Html Css Color HEX #DDD364 Goldenrod

📋 copy color: '#DDD364'

red 221 ◦ green 211 ◦ blue 100

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

Shades of Goldenrod #DDD364

Tints of Goldenrod #DDD364

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.66%

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

R = 41.54%
G = 39.66%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDD364 (or 0xDDD364) is known color: Goldenrod. HEX triplet: DD, D3 and 64. RGB value is (221,211,100). Sum of RGB (Red+Green+Blue) = 221+211+100=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD364 is #222C9B. Grayscale: #C9C9C9. Windows color (decimal): -2239644 or 6607837. OLE color: 6607837.

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

Color convert

RGB 221 211 100 -
CMYK 0 0.05 0.55 0.13
HSL 55.04º 0.64% 0.63% -
HSV(B) 55.04º 0.55% 0.87% -
XYZ 55.41 62.88 21.27 -
YUV 201.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 221 211 100 0 0.05 0.55 0.13 55.04 0.64 0.63
Hex DD D3 64 0 5 37 D 37 40 3F
Octal 335 323 144 0 5 67 15 67 100 77
Binary 11011101 11010011 1100100 0 101 110111 1101 110111 1000000 111111

Color Harmonies of #DDD364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD364

Black with #DDD364

Text Example


Text Example

White with #DDD364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD364; }

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

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

background-color css

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

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

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

border-color css

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

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

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