#d2d626

Color #D2D626 Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #D2D626

Tints of Bitter Lemon #D2D626

Color information

#D2D626 (or 0xD2D626) is unknown color: approx Bitter Lemon. HEX triplet: D2, D6 and 26. RGB value is (210,214,38). Sum of RGB (Red+Green+Blue) = 210+214+38=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 38 (15.23% from 255 or 8.23% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D626 is #2D29D9. Grayscale: #C1C1C1. Windows color (decimal): -2959834 or 2545362. OLE color: 2545362.

HSL color Cylindrical-coordinate representation of color #D2D626: hue angle of 61.36º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2D626 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB21021438-
CMYK0.0200.820.16
HSL61.36º69.84%49.41%-
HSV(B)61.36º82.24%83.92%-
XYZ50.9761.9311.1-
YUV192.7440.67140.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 214 (83.98% from 255) = 46.32%
BLUE value IS 38 (15.23% from 255) = 8.23%
R=45.45%
G=46.32%
B=8.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210214380.0200.820.1661.3669.8449.41
HexD2D6262052103d4631
Octal3223264620122207510661
Binary11010010110101101001101001010010100001111011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2d626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2d626; }

 p { color: rgb(210,214,38); }

 H1.HeaderClassName
 {
   color: #d2d626;
 }
 .AnyTagClassName
 {
   color: #d2d626;
 }
</style>
background-color css

<style>
 a { background-color: #d2d626; }

 a { background-color: rgb(210,214,38); }

 div.DivClassName
 {
   background-color: #d2d626;
 }
 .BgClassName
 {
   background-color: #d2d626;
 }
</style>
border-color css

<style>
 span { border-color: #d2d626; }

 span { border-color: rgb(210,214,38); }

 td.TdClassName
 {
   border-color: #d2d626;
 }
 .TagClassName
 {
   border-color: #d2d626;
 }
</style>