Html Css Color HEX #DCE07D Goldenrod

📋 copy color: '#DCE07D'

red 220 ◦ green 224 ◦ blue 125

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

Shades of Goldenrod #DCE07D

Tints of Goldenrod #DCE07D

RGB

 RED value IS 220 (86.33% from 255) = 38.66%

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

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

R = 38.66%
G = 39.37%
B = 21.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#DCE07D (or 0xDCE07D) is known color: Goldenrod. HEX triplet: DC, E0 and 7D. RGB value is (220,224,125). Sum of RGB (Red+Green+Blue) = 220+224+125=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE07D is #231F82. Grayscale: #D3D3D3. Windows color (decimal): -2301827 or 8249564. OLE color: 8249564.

HSL color Cylindrical-coordinate representation of color #DCE07D: hue angle of 62.42º 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 #DCE07D is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 125 -
CMYK 0.02 0 0.44 0.12
HSL 62.42º 0.61% 0.68% -
HSV(B) 62.42º 0.44% 0.88% -
XYZ 59.87 70.01 29.76 -
YUV 211.52 79.17 134.05 -
System Red Green Blue C M Y K H S L
Decimal 220 224 125 0.02 0 0.44 0.12 62.42 0.61 0.68
Hex DC E0 7D 2 0 2C C 3E 3D 44
Octal 334 340 175 2 0 54 14 76 75 104
Binary 11011100 11100000 1111101 10 0 101100 1100 111110 111101 1000100

Color Harmonies of #DCE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE07D

Black with #DCE07D

Text Example


Text Example

White with #DCE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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