Html Css Color HEX #DCDD74 Goldenrod

📋 copy color: '#DCDD74'

red 220 ◦ green 221 ◦ blue 116

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

Shades of Goldenrod #DCDD74

Tints of Goldenrod #DCDD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.83%

R = 39.5%
G = 39.68%
B = 20.83%

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

#DCDD74 (or 0xDCDD74) is known color: Goldenrod. HEX triplet: DC, DD and 74. RGB value is (220,221,116). Sum of RGB (Red+Green+Blue) = 220+221+116=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD74 is #23228B. Grayscale: #D1D1D1. Windows color (decimal): -2302604 or 7658972. OLE color: 7658972.

HSL color Cylindrical-coordinate representation of color #DCDD74: hue angle of 60.57º 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 #DCDD74 is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 116 -
CMYK 0.00 0 0.48 0.13
HSL 60.57º 0.61% 0.66% -
HSV(B) 60.57º 0.48% 0.87% -
XYZ 58.52 68.19 26.6 -
YUV 208.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 220 221 116 0.00 0 0.48 0.13 60.57 0.61 0.66
Hex DC DD 74 0 0 30 D 3D 3D 42
Octal 334 335 164 0 0 60 15 75 75 102
Binary 11011100 11011101 1110100 0 0 110000 1101 111101 111101 1000010

Color Harmonies of #DCDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD74

Black with #DCDD74

Text Example


Text Example

White with #DCDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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