Html Css Color HEX #DDD463 Goldenrod

📋 copy color: '#DDD463'

red 221 ◦ green 212 ◦ blue 99

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

Shades of Goldenrod #DDD463

Tints of Goldenrod #DDD463

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.85%

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

R = 41.54%
G = 39.85%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDD463 (or 0xDDD463) is known color: Goldenrod. HEX triplet: DD, D4 and 63. RGB value is (221,212,99). Sum of RGB (Red+Green+Blue) = 221+212+99=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD463 is #222B9C. Grayscale: #CACACA. Windows color (decimal): -2239389 or 6542557. OLE color: 6542557.

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

Color convert

RGB 221 212 99 -
CMYK 0 0.04 0.55 0.13
HSL 55.57º 0.64% 0.63% -
HSV(B) 55.57º 0.55% 0.87% -
XYZ 55.61 63.36 21.1 -
YUV 201.81 69.98 141.69 -
System Red Green Blue C M Y K H S L
Decimal 221 212 99 0 0.04 0.55 0.13 55.57 0.64 0.63
Hex DD D4 63 0 4 37 D 38 40 3F
Octal 335 324 143 0 4 67 15 70 100 77
Binary 11011101 11010100 1100011 0 100 110111 1101 111000 1000000 111111

Color Harmonies of #DDD463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD463

Black with #DDD463

Text Example


Text Example

White with #DDD463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD463; }

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

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

background-color css

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

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

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

border-color css

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

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

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