Html Css Color HEX #DDD963 Goldenrod

📋 copy color: '#DDD963'

red 221 ◦ green 217 ◦ blue 99

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

Shades of Goldenrod #DDD963

Tints of Goldenrod #DDD963

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.41%

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

R = 41.15%
G = 40.41%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDD963 (or 0xDDD963) is known color: Goldenrod. HEX triplet: DD, D9 and 63. RGB value is (221,217,99). Sum of RGB (Red+Green+Blue) = 221+217+99=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD963 is #22269C. Grayscale: #CDCDCD. Windows color (decimal): -2238109 or 6543837. OLE color: 6543837.

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

Color convert

RGB 221 217 99 -
CMYK 0 0.02 0.55 0.13
HSL 58.03º 0.64% 0.63% -
HSV(B) 58.03º 0.55% 0.87% -
XYZ 56.88 65.9 21.53 -
YUV 204.74 68.33 139.59 -
System Red Green Blue C M Y K H S L
Decimal 221 217 99 0 0.02 0.55 0.13 58.03 0.64 0.63
Hex DD D9 63 0 2 37 D 3A 40 3F
Octal 335 331 143 0 2 67 15 72 100 77
Binary 11011101 11011001 1100011 0 10 110111 1101 111010 1000000 111111

Color Harmonies of #DDD963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD963

Black with #DDD963

Text Example


Text Example

White with #DDD963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD963; }

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

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

background-color css

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

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

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

border-color css

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

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

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