Html Css Color HEX #DDD764 Goldenrod

📋 copy color: '#DDD764'

red 221 ◦ green 215 ◦ blue 100

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

Shades of Goldenrod #DDD764

Tints of Goldenrod #DDD764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.66%

R = 41.23%
G = 40.11%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDD764 (or 0xDDD764) is known color: Goldenrod. HEX triplet: DD, D7 and 64. RGB value is (221,215,100). Sum of RGB (Red+Green+Blue) = 221+215+100=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD764 is #22289B. Grayscale: #CCCCCC. Windows color (decimal): -2238620 or 6608861. OLE color: 6608861.

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

Color convert

RGB 221 215 100 -
CMYK 0 0.03 0.55 0.13
HSL 57.02º 0.64% 0.63% -
HSV(B) 57.02º 0.55% 0.87% -
XYZ 56.42 64.89 21.61 -
YUV 203.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 221 215 100 0 0.03 0.55 0.13 57.02 0.64 0.63
Hex DD D7 64 0 3 37 D 39 40 3F
Octal 335 327 144 0 3 67 15 71 100 77
Binary 11011101 11010111 1100100 0 11 110111 1101 111001 1000000 111111

Color Harmonies of #DDD764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD764

Black with #DDD764

Text Example


Text Example

White with #DDD764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD764; }

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

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

background-color css

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

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

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

border-color css

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

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

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