Html Css Color HEX #DCDD72 Goldenrod

📋 copy color: '#DCDD72'

red 220 ◦ green 221 ◦ blue 114

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

Shades of Goldenrod #DCDD72

Tints of Goldenrod #DCDD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.82%

 BLUE value IS 114 (44.92% from 255) = 20.54%

R = 39.64%
G = 39.82%
B = 20.54%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DCDD72 (or 0xDCDD72) is known color: Goldenrod. HEX triplet: DC, DD and 72. RGB value is (220,221,114). Sum of RGB (Red+Green+Blue) = 220+221+114=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD72 is #23228D. Grayscale: #D0D0D0. Windows color (decimal): -2302606 or 7527900. OLE color: 7527900.

HSL color Cylindrical-coordinate representation of color #DCDD72: hue angle of 60.56º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCDD72 is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 114 -
CMYK 0.00 0 0.48 0.13
HSL 60.56º 0.61% 0.66% -
HSV(B) 60.56º 0.48% 0.87% -
XYZ 58.41 68.14 25.99 -
YUV 208.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 220 221 114 0.00 0 0.48 0.13 60.56 0.61 0.66
Hex DC DD 72 0 0 30 D 3D 3D 42
Octal 334 335 162 0 0 60 15 75 75 102
Binary 11011100 11011101 1110010 0 0 110000 1101 111101 111101 1000010

Color Harmonies of #DCDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD72

Black with #DCDD72

Text Example


Text Example

White with #DCDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD72; }

 p { color: rgb(220,221,114); }

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

background-color css

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

 a { background-color: rgb(220,221,114); }

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

border-color css

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

 span { border-color: rgb(220,221,114); }

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