Html Css Color HEX #DDDC6A Goldenrod

📋 copy color: '#DDDC6A'

red 221 ◦ green 220 ◦ blue 106

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

Shades of Goldenrod #DDDC6A

Tints of Goldenrod #DDDC6A

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 221 220 106 -
CMYK 0 0.00 0.52 0.13
HSL 59.48º 0.63% 0.64% -
HSV(B) 59.48º 0.52% 0.87% -
XYZ 58.01 67.6 23.63 -
YUV 207.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 221 220 106 0 0.00 0.52 0.13 59.48 0.63 0.64
Hex DD DC 6A 0 0 34 D 3B 3F 40
Octal 335 334 152 0 0 64 15 73 77 100
Binary 11011101 11011100 1101010 0 0 110100 1101 111011 111111 1000000

Color Harmonies of #DDDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC6A

Black with #DDDC6A

Text Example


Text Example

White with #DDDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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