Html Css Color HEX #DDDC63 Goldenrod

📋 copy color: '#DDDC63'

red 221 ◦ green 220 ◦ blue 99

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

Shades of Goldenrod #DDDC63

Tints of Goldenrod #DDDC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.33%

R = 40.93%
G = 40.74%
B = 18.33%

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

#DDDC63 (or 0xDDDC63) is known color: Goldenrod. HEX triplet: DD, DC and 63. RGB value is (221,220,99). Sum of RGB (Red+Green+Blue) = 221+220+99=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC63 is #22239C. Grayscale: #CECECE. Windows color (decimal): -2237341 or 6544605. OLE color: 6544605.

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

Color convert

RGB 221 220 99 -
CMYK 0 0.00 0.55 0.13
HSL 59.51º 0.64% 0.63% -
HSV(B) 59.51º 0.55% 0.87% -
XYZ 57.66 67.46 21.79 -
YUV 206.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 221 220 99 0 0.00 0.55 0.13 59.51 0.64 0.63
Hex DD DC 63 0 0 37 D 3C 40 3F
Octal 335 334 143 0 0 67 15 74 100 77
Binary 11011101 11011100 1100011 0 0 110111 1101 111100 1000000 111111

Color Harmonies of #DDDC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC63

Black with #DDDC63

Text Example


Text Example

White with #DDDC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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