Html Css Color HEX #DDD76E Goldenrod

📋 copy color: '#DDD76E'

red 221 ◦ green 215 ◦ blue 110

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

Shades of Goldenrod #DDD76E

Tints of Goldenrod #DDD76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.15%

R = 40.48%
G = 39.38%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDD76E (or 0xDDD76E) is known color: Goldenrod. HEX triplet: DD, D7 and 6E. RGB value is (221,215,110). Sum of RGB (Red+Green+Blue) = 221+215+110=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD76E is #222891. Grayscale: #CDCDCD. Windows color (decimal): -2238610 or 7264221. OLE color: 7264221.

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

Color convert

RGB 221 215 110 -
CMYK 0 0.03 0.50 0.13
HSL 56.76º 0.62% 0.65% -
HSV(B) 56.76º 0.5% 0.87% -
XYZ 56.93 65.1 24.32 -
YUV 204.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 221 215 110 0 0.03 0.50 0.13 56.76 0.62 0.65
Hex DD D7 6E 0 3 32 D 39 3E 41
Octal 335 327 156 0 3 62 15 71 76 101
Binary 11011101 11010111 1101110 0 11 110010 1101 111001 111110 1000001

Color Harmonies of #DDD76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD76E

Black with #DDD76E

Text Example


Text Example

White with #DDD76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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