Html Css Color HEX #DCDD7A Goldenrod

📋 copy color: '#DCDD7A'

red 220 ◦ green 221 ◦ blue 122

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

Shades of Goldenrod #DCDD7A

Tints of Goldenrod #DCDD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.67%

R = 39.08%
G = 39.25%
B = 21.67%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DCDD7A (or 0xDCDD7A) is known color: Goldenrod. HEX triplet: DC, DD and 7A. RGB value is (220,221,122). Sum of RGB (Red+Green+Blue) = 220+221+122=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD7A is #232285. Grayscale: #D1D1D1. Windows color (decimal): -2302598 or 8052188. OLE color: 8052188.

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

Color convert

RGB 220 221 122 -
CMYK 0.00 0 0.45 0.13
HSL 60.61º 0.59% 0.67% -
HSV(B) 60.61º 0.45% 0.87% -
XYZ 58.88 68.33 28.5 -
YUV 209.42 78.67 135.55 -
System Red Green Blue C M Y K H S L
Decimal 220 221 122 0.00 0 0.45 0.13 60.61 0.59 0.67
Hex DC DD 7A 0 0 2D D 3D 3B 43
Octal 334 335 172 0 0 55 15 75 73 103
Binary 11011100 11011101 1111010 0 0 101101 1101 111101 111011 1000011

Color Harmonies of #DCDD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD7A

Black with #DCDD7A

Text Example


Text Example

White with #DCDD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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