Html Css Color HEX #DEE07D Goldenrod

📋 copy color: '#DEE07D'

red 222 ◦ green 224 ◦ blue 125

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

Shades of Goldenrod #DEE07D

Tints of Goldenrod #DEE07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.89%

R = 38.88%
G = 39.23%
B = 21.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#DEE07D (or 0xDEE07D) is known color: Goldenrod. HEX triplet: DE, E0 and 7D. RGB value is (222,224,125). Sum of RGB (Red+Green+Blue) = 222+224+125=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE07D is #211F82. Grayscale: #D4D4D4. Windows color (decimal): -2170755 or 8249566. OLE color: 8249566.

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

Color convert

RGB 222 224 125 -
CMYK 0.01 0 0.44 0.12
HSL 61.21º 0.61% 0.68% -
HSV(B) 61.21º 0.44% 0.88% -
XYZ 60.48 70.32 29.79 -
YUV 212.12 78.84 135.05 -
System Red Green Blue C M Y K H S L
Decimal 222 224 125 0.01 0 0.44 0.12 61.21 0.61 0.68
Hex DE E0 7D 1 0 2C C 3D 3D 44
Octal 336 340 175 1 0 54 14 75 75 104
Binary 11011110 11100000 1111101 1 0 101100 1100 111101 111101 1000100

Color Harmonies of #DEE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE07D

Black with #DEE07D

Text Example


Text Example

White with #DEE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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