Html Css Color HEX #D6E06D Goldenrod

📋 copy color: '#D6E06D'

red 214 ◦ green 224 ◦ blue 109

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

Shades of Goldenrod #D6E06D

Tints of Goldenrod #D6E06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.93%

R = 39.12%
G = 40.95%
B = 19.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#D6E06D (or 0xD6E06D) is known color: Goldenrod. HEX triplet: D6, E0 and 6D. RGB value is (214,224,109). Sum of RGB (Red+Green+Blue) = 214+224+109=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E06D is #291F92. Grayscale: #D0D0D0. Windows color (decimal): -2695059 or 7200982. OLE color: 7200982.

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

Color convert

RGB 214 224 109 -
CMYK 0.04 0 0.51 0.12
HSL 65.22º 0.65% 0.65% -
HSV(B) 65.22º 0.51% 0.88% -
XYZ 57.15 68.71 24.72 -
YUV 207.9 72.19 132.35 -
System Red Green Blue C M Y K H S L
Decimal 214 224 109 0.04 0 0.51 0.12 65.22 0.65 0.65
Hex D6 E0 6D 4 0 33 C 41 41 41
Octal 326 340 155 4 0 63 14 101 101 101
Binary 11010110 11100000 1101101 100 0 110011 1100 1000001 1000001 1000001

Color Harmonies of #D6E06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E06D

Black with #D6E06D

Text Example


Text Example

White with #D6E06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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