Html Css Color HEX #DEE06C Goldenrod

📋 copy color: '#DEE06C'

red 222 ◦ green 224 ◦ blue 108

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

Shades of Goldenrod #DEE06C

Tints of Goldenrod #DEE06C

RGB

 RED value IS 222 (87.11% from 255) = 40.07%

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

 BLUE value IS 108 (42.58% from 255) = 19.49%

R = 40.07%
G = 40.43%
B = 19.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#DEE06C (or 0xDEE06C) is known color: Goldenrod. HEX triplet: DE, E0 and 6C. RGB value is (222,224,108). Sum of RGB (Red+Green+Blue) = 222+224+108=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE06C is #211F93. Grayscale: #D2D2D2. Windows color (decimal): -2170772 or 7135454. OLE color: 7135454.

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

Color convert

RGB 222 224 108 -
CMYK 0.01 0 0.52 0.12
HSL 61.03º 0.65% 0.65% -
HSV(B) 61.03º 0.52% 0.88% -
XYZ 59.49 69.92 24.55 -
YUV 210.18 70.34 136.43 -
System Red Green Blue C M Y K H S L
Decimal 222 224 108 0.01 0 0.52 0.12 61.03 0.65 0.65
Hex DE E0 6C 1 0 34 C 3D 41 41
Octal 336 340 154 1 0 64 14 75 101 101
Binary 11011110 11100000 1101100 1 0 110100 1100 111101 1000001 1000001

Color Harmonies of #DEE06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE06C

Black with #DEE06C

Text Example


Text Example

White with #DEE06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE06C; }

 p { color: rgb(222,224,108); }

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

background-color css

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

 a { background-color: rgb(222,224,108); }

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

border-color css

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

 span { border-color: rgb(222,224,108); }

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