Html Css Color HEX #D8D62B Bitter Lemon

📋 copy color: '#D8D62B'

red 216 ◦ green 214 ◦ blue 43

#D8D62B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #D8D62B

Tints of Bitter Lemon #D8D62B

RGB

 RED value IS 216 (84.77% from 255) = 45.67%

 GREEN value IS 214 (83.98% from 255) = 45.24%

 BLUE value IS 43 (17.19% from 255) = 9.09%

R = 45.67%
G = 45.24%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8D62B (or 0xD8D62B) is known color: Bitter Lemon. HEX triplet: D8, D6 and 2B. RGB value is (216,214,43). Sum of RGB (Red+Green+Blue) = 216+214+43=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 43 (17.19% from 255 or 9.09% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D62B is #2729D4. Grayscale: #C3C3C3. Windows color (decimal): -2566613 or 2873048. OLE color: 2873048.

HSL color Cylindrical-coordinate representation of color #D8D62B: hue angle of 59.31º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8D62B is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 214 43 -
CMYK 0 0.01 0.80 0.15
HSL 59.31º 0.69% 0.51% -
HSV(B) 59.31º 0.8% 0.85% -
XYZ 52.8 62.87 11.64 -
YUV 195.1 42.16 142.9 -
System Red Green Blue C M Y K H S L
Decimal 216 214 43 0 0.01 0.80 0.15 59.31 0.69 0.51
Hex D8 D6 2B 0 1 50 F 3B 45 33
Octal 330 326 53 0 1 120 17 73 105 63
Binary 11011000 11010110 101011 0 1 1010000 1111 111011 1000101 110011

Color Harmonies of #D8D62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D62B

Black with #D8D62B

Text Example


Text Example

White with #D8D62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D62B; }

 p { color: rgb(216,214,43); }

 H1.HeaderClassName
 {
   color: #D8D62B;
 }
 .AnyTagClassName
 {
   color: #D8D62B;
 }
</style>

background-color css

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

 a { background-color: rgb(216,214,43); }

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

border-color css

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

 span { border-color: rgb(216,214,43); }

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