Html Css Color HEX #DDD96A Goldenrod

📋 copy color: '#DDD96A'

red 221 ◦ green 217 ◦ blue 106

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

Shades of Goldenrod #DDD96A

Tints of Goldenrod #DDD96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.49%

R = 40.63%
G = 39.89%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDD96A (or 0xDDD96A) is known color: Goldenrod. HEX triplet: DD, D9 and 6A. RGB value is (221,217,106). Sum of RGB (Red+Green+Blue) = 221+217+106=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD96A is #222695. Grayscale: #CDCDCD. Windows color (decimal): -2238102 or 7002589. OLE color: 7002589.

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

Color convert

RGB 221 217 106 -
CMYK 0 0.02 0.52 0.13
HSL 57.91º 0.63% 0.64% -
HSV(B) 57.91º 0.52% 0.87% -
XYZ 57.23 66.04 23.37 -
YUV 205.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 221 217 106 0 0.02 0.52 0.13 57.91 0.63 0.64
Hex DD D9 6A 0 2 34 D 3A 3F 40
Octal 335 331 152 0 2 64 15 72 77 100
Binary 11011101 11011001 1101010 0 10 110100 1101 111010 111111 1000000

Color Harmonies of #DDD96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD96A

Black with #DDD96A

Text Example


Text Example

White with #DDD96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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