Html Css Color HEX #DCDD6A Goldenrod

📋 copy color: '#DCDD6A'

red 220 ◦ green 221 ◦ blue 106

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

Shades of Goldenrod #DCDD6A

Tints of Goldenrod #DCDD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.38%

R = 40.22%
G = 40.4%
B = 19.38%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DCDD6A (or 0xDCDD6A) is known color: Goldenrod. HEX triplet: DC, DD and 6A. RGB value is (220,221,106). Sum of RGB (Red+Green+Blue) = 220+221+106=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD6A is #232295. Grayscale: #D0D0D0. Windows color (decimal): -2302614 or 7003612. OLE color: 7003612.

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

Color convert

RGB 220 221 106 -
CMYK 0.00 0 0.52 0.13
HSL 60.52º 0.63% 0.64% -
HSV(B) 60.52º 0.52% 0.87% -
XYZ 57.97 67.97 23.7 -
YUV 207.59 70.67 136.85 -
System Red Green Blue C M Y K H S L
Decimal 220 221 106 0.00 0 0.52 0.13 60.52 0.63 0.64
Hex DC DD 6A 0 0 34 D 3D 3F 40
Octal 334 335 152 0 0 64 15 75 77 100
Binary 11011100 11011101 1101010 0 0 110100 1101 111101 111111 1000000

Color Harmonies of #DCDD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD6A

Black with #DCDD6A

Text Example


Text Example

White with #DCDD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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