Html Css Color HEX #DDD565 Goldenrod

📋 copy color: '#DDD565'

red 221 ◦ green 213 ◦ blue 101

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

Shades of Goldenrod #DDD565

Tints of Goldenrod #DDD565

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.81%

 BLUE value IS 101 (39.84% from 255) = 18.88%

R = 41.31%
G = 39.81%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDD565 (or 0xDDD565) is known color: Goldenrod. HEX triplet: DD, D5 and 65. RGB value is (221,213,101). Sum of RGB (Red+Green+Blue) = 221+213+101=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD565 is #222A9A. Grayscale: #CBCBCB. Windows color (decimal): -2239131 or 6673885. OLE color: 6673885.

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

Color convert

RGB 221 213 101 -
CMYK 0 0.04 0.54 0.13
HSL 56º 0.64% 0.63% -
HSV(B) 56º 0.54% 0.87% -
XYZ 55.96 63.9 21.7 -
YUV 202.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 221 213 101 0 0.04 0.54 0.13 56 0.64 0.63
Hex DD D5 65 0 4 36 D 38 40 3F
Octal 335 325 145 0 4 66 15 70 100 77
Binary 11011101 11010101 1100101 0 100 110110 1101 111000 1000000 111111

Color Harmonies of #DDD565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD565

Black with #DDD565

Text Example


Text Example

White with #DDD565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD565; }

 p { color: rgb(221,213,101); }

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

background-color css

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

 a { background-color: rgb(221,213,101); }

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

border-color css

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

 span { border-color: rgb(221,213,101); }

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