Html Css Color HEX #DDD863 Goldenrod

📋 copy color: '#DDD863'

red 221 ◦ green 216 ◦ blue 99

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

Shades of Goldenrod #DDD863

Tints of Goldenrod #DDD863

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.3%

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

R = 41.23%
G = 40.3%
B = 18.47%

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

#DDD863 (or 0xDDD863) is known color: Goldenrod. HEX triplet: DD, D8 and 63. RGB value is (221,216,99). Sum of RGB (Red+Green+Blue) = 221+216+99=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD863 is #22279C. Grayscale: #CCCCCC. Windows color (decimal): -2238365 or 6543581. OLE color: 6543581.

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

Color convert

RGB 221 216 99 -
CMYK 0 0.02 0.55 0.13
HSL 57.54º 0.64% 0.63% -
HSV(B) 57.54º 0.55% 0.87% -
XYZ 56.63 65.38 21.44 -
YUV 204.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 221 216 99 0 0.02 0.55 0.13 57.54 0.64 0.63
Hex DD D8 63 0 2 37 D 3A 40 3F
Octal 335 330 143 0 2 67 15 72 100 77
Binary 11011101 11011000 1100011 0 10 110111 1101 111010 1000000 111111

Color Harmonies of #DDD863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD863

Black with #DDD863

Text Example


Text Example

White with #DDD863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD863; }

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

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

background-color css

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

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

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

border-color css

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

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

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