Html Css Color HEX #DCDE6E Goldenrod

📋 copy color: '#DCDE6E'

red 220 ◦ green 222 ◦ blue 110

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

Shades of Goldenrod #DCDE6E

Tints of Goldenrod #DCDE6E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.22%

 BLUE value IS 110 (43.36% from 255) = 19.93%

R = 39.86%
G = 40.22%
B = 19.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DCDE6E (or 0xDCDE6E) is known color: Goldenrod. HEX triplet: DC, DE and 6E. RGB value is (220,222,110). Sum of RGB (Red+Green+Blue) = 220+222+110=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE6E is #232191. Grayscale: #D1D1D1. Windows color (decimal): -2302354 or 7266012. OLE color: 7266012.

HSL color Cylindrical-coordinate representation of color #DCDE6E: hue angle of 61.07º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCDE6E is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 222 110 -
CMYK 0.01 0 0.50 0.13
HSL 61.07º 0.63% 0.65% -
HSV(B) 61.07º 0.5% 0.87% -
XYZ 58.45 68.58 24.91 -
YUV 208.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 220 222 110 0.01 0 0.50 0.13 61.07 0.63 0.65
Hex DC DE 6E 1 0 32 D 3D 3F 41
Octal 334 336 156 1 0 62 15 75 77 101
Binary 11011100 11011110 1101110 1 0 110010 1101 111101 111111 1000001

Color Harmonies of #DCDE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE6E

Black with #DCDE6E

Text Example


Text Example

White with #DCDE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE6E; }

 p { color: rgb(220,222,110); }

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

background-color css

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

 a { background-color: rgb(220,222,110); }

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

border-color css

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

 span { border-color: rgb(220,222,110); }

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