Html Css Color HEX #D8D02F Bitter Lemon

📋 copy color: '#D8D02F'

red 216 ◦ green 208 ◦ blue 47

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

Shades of Bitter Lemon #D8D02F

Tints of Bitter Lemon #D8D02F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.16%

 BLUE value IS 47 (18.75% from 255) = 9.98%

R = 45.86%
G = 44.16%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8D02F (or 0xD8D02F) is known color: Bitter Lemon. HEX triplet: D8, D0 and 2F. RGB value is (216,208,47). Sum of RGB (Red+Green+Blue) = 216+208+47=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D02F is #272FD0. Grayscale: #C0C0C0. Windows color (decimal): -2568145 or 3133656. OLE color: 3133656.

HSL color Cylindrical-coordinate representation of color #D8D02F: hue angle of 57.16º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8D02F is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 208 47 -
CMYK 0 0.04 0.78 0.15
HSL 57.16º 0.68% 0.52% -
HSV(B) 57.16º 0.78% 0.85% -
XYZ 51.39 59.92 11.55 -
YUV 192.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 216 208 47 0 0.04 0.78 0.15 57.16 0.68 0.52
Hex D8 D0 2F 0 4 4E F 39 44 34
Octal 330 320 57 0 4 116 17 71 104 64
Binary 11011000 11010000 101111 0 100 1001110 1111 111001 1000100 110100

Color Harmonies of #D8D02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D02F

Black with #D8D02F

Text Example


Text Example

White with #D8D02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D02F; }

 p { color: rgb(216,208,47); }

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

background-color css

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

 a { background-color: rgb(216,208,47); }

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

border-color css

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

 span { border-color: rgb(216,208,47); }

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