Html Css Color HEX #DDD76D Goldenrod

📋 copy color: '#DDD76D'

red 221 ◦ green 215 ◦ blue 109

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

Shades of Goldenrod #DDD76D

Tints of Goldenrod #DDD76D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.45%

 BLUE value IS 109 (42.97% from 255) = 20%

R = 40.55%
G = 39.45%
B = 20%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDD76D (or 0xDDD76D) is known color: Goldenrod. HEX triplet: DD, D7 and 6D. RGB value is (221,215,109). Sum of RGB (Red+Green+Blue) = 221+215+109=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD76D is #222892. Grayscale: #CDCDCD. Windows color (decimal): -2238611 or 7198685. OLE color: 7198685.

HSL color Cylindrical-coordinate representation of color #DDD76D: hue angle of 56.79º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDD76D is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 109 -
CMYK 0 0.03 0.51 0.13
HSL 56.79º 0.62% 0.65% -
HSV(B) 56.79º 0.51% 0.87% -
XYZ 56.88 65.08 24.03 -
YUV 204.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 221 215 109 0 0.03 0.51 0.13 56.79 0.62 0.65
Hex DD D7 6D 0 3 33 D 39 3E 41
Octal 335 327 155 0 3 63 15 71 76 101
Binary 11011101 11010111 1101101 0 11 110011 1101 111001 111110 1000001

Color Harmonies of #DDD76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD76D

Black with #DDD76D

Text Example


Text Example

White with #DDD76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD76D; }

 p { color: rgb(221,215,109); }

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

background-color css

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

 a { background-color: rgb(221,215,109); }

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

border-color css

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

 span { border-color: rgb(221,215,109); }

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