Html Css Color HEX #D6E06F Goldenrod

📋 copy color: '#D6E06F'

red 214 ◦ green 224 ◦ blue 111

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

Shades of Goldenrod #D6E06F

Tints of Goldenrod #D6E06F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.8%

 BLUE value IS 111 (43.75% from 255) = 20.22%

R = 38.98%
G = 40.8%
B = 20.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#D6E06F (or 0xD6E06F) is known color: Goldenrod. HEX triplet: D6, E0 and 6F. RGB value is (214,224,111). Sum of RGB (Red+Green+Blue) = 214+224+111=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E06F is #291F90. Grayscale: #D0D0D0. Windows color (decimal): -2695057 or 7332054. OLE color: 7332054.

HSL color Cylindrical-coordinate representation of color #D6E06F: hue angle of 65.31º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6E06F is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 111 -
CMYK 0.04 0 0.50 0.12
HSL 65.31º 0.65% 0.66% -
HSV(B) 65.31º 0.5% 0.88% -
XYZ 57.26 68.76 25.29 -
YUV 208.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 214 224 111 0.04 0 0.50 0.12 65.31 0.65 0.66
Hex D6 E0 6F 4 0 32 C 41 41 42
Octal 326 340 157 4 0 62 14 101 101 102
Binary 11010110 11100000 1101111 100 0 110010 1100 1000001 1000001 1000010

Color Harmonies of #D6E06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E06F

Black with #D6E06F

Text Example


Text Example

White with #D6E06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E06F; }

 p { color: rgb(214,224,111); }

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

background-color css

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

 a { background-color: rgb(214,224,111); }

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

border-color css

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

 span { border-color: rgb(214,224,111); }

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