Html Css Color HEX #DDDC64 Goldenrod

📋 copy color: '#DDDC64'

red 221 ◦ green 220 ◦ blue 100

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

Shades of Goldenrod #DDDC64

Tints of Goldenrod #DDDC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.48%

R = 40.85%
G = 40.67%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDDC64 (or 0xDDDC64) is known color: Goldenrod. HEX triplet: DD, DC and 64. RGB value is (221,220,100). Sum of RGB (Red+Green+Blue) = 221+220+100=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC64 is #22239B. Grayscale: #CFCFCF. Windows color (decimal): -2237340 or 6610141. OLE color: 6610141.

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

Color convert

RGB 221 220 100 -
CMYK 0 0.00 0.55 0.13
HSL 59.5º 0.64% 0.63% -
HSV(B) 59.5º 0.55% 0.87% -
XYZ 57.71 67.48 22.04 -
YUV 206.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 221 220 100 0 0.00 0.55 0.13 59.5 0.64 0.63
Hex DD DC 64 0 0 37 D 3C 40 3F
Octal 335 334 144 0 0 67 15 74 100 77
Binary 11011101 11011100 1100100 0 0 110111 1101 111100 1000000 111111

Color Harmonies of #DDDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC64

Black with #DDDC64

Text Example


Text Example

White with #DDDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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