Html Css Color HEX #D6D02F Bitter Lemon

📋 copy color: '#D6D02F'

red 214 ◦ green 208 ◦ blue 47

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

Shades of Bitter Lemon #D6D02F

Tints of Bitter Lemon #D6D02F

RGB

 RED value IS 214 (83.98% from 255) = 45.63%

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

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

R = 45.63%
G = 44.35%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6D02F (or 0xD6D02F) is known color: Bitter Lemon. HEX triplet: D6, D0 and 2F. RGB value is (214,208,47). Sum of RGB (Red+Green+Blue) = 214+208+47=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D02F is #292FD0. Grayscale: #C0C0C0. Windows color (decimal): -2699217 or 3133654. OLE color: 3133654.

HSL color Cylindrical-coordinate representation of color #D6D02F: hue angle of 57.84º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6D02F is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 208 47 -
CMYK 0 0.03 0.78 0.16
HSL 57.84º 0.67% 0.51% -
HSV(B) 57.84º 0.78% 0.84% -
XYZ 50.8 59.61 11.52 -
YUV 191.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 214 208 47 0 0.03 0.78 0.16 57.84 0.67 0.51
Hex D6 D0 2F 0 3 4E 10 3A 43 33
Octal 326 320 57 0 3 116 20 72 103 63
Binary 11010110 11010000 101111 0 11 1001110 10000 111010 1000011 110011

Color Harmonies of #D6D02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D02F

Black with #D6D02F

Text Example


Text Example

White with #D6D02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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