Html Css Color HEX #DCDE6C Goldenrod

📋 copy color: '#DCDE6C'

red 220 ◦ green 222 ◦ blue 108

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

Shades of Goldenrod #DCDE6C

Tints of Goldenrod #DCDE6C

RGB

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

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

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

R = 40%
G = 40.36%
B = 19.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DCDE6C (or 0xDCDE6C) is known color: Goldenrod. HEX triplet: DC, DE and 6C. RGB value is (220,222,108). Sum of RGB (Red+Green+Blue) = 220+222+108=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE6C is #232193. Grayscale: #D0D0D0. Windows color (decimal): -2302356 or 7134940. OLE color: 7134940.

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

Color convert

RGB 220 222 108 -
CMYK 0.01 0 0.51 0.13
HSL 61.05º 0.63% 0.65% -
HSV(B) 61.05º 0.51% 0.87% -
XYZ 58.34 68.54 24.34 -
YUV 208.41 71.34 136.27 -
System Red Green Blue C M Y K H S L
Decimal 220 222 108 0.01 0 0.51 0.13 61.05 0.63 0.65
Hex DC DE 6C 1 0 33 D 3D 3F 41
Octal 334 336 154 1 0 63 15 75 77 101
Binary 11011100 11011110 1101100 1 0 110011 1101 111101 111111 1000001

Color Harmonies of #DCDE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE6C

Black with #DCDE6C

Text Example


Text Example

White with #DCDE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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