Html Css Color HEX #DDD365 Goldenrod

📋 copy color: '#DDD365'

red 221 ◦ green 211 ◦ blue 101

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

Shades of Goldenrod #DDD365

Tints of Goldenrod #DDD365

RGB

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

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

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

R = 41.46%
G = 39.59%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDD365 (or 0xDDD365) is known color: Goldenrod. HEX triplet: DD, D3 and 65. RGB value is (221,211,101). Sum of RGB (Red+Green+Blue) = 221+211+101=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD365 is #222C9A. Grayscale: #C9C9C9. Windows color (decimal): -2239643 or 6673373. OLE color: 6673373.

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

Color convert

RGB 221 211 101 -
CMYK 0 0.05 0.54 0.13
HSL 55º 0.64% 0.63% -
HSV(B) 55º 0.54% 0.87% -
XYZ 55.46 62.9 21.53 -
YUV 201.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 221 211 101 0 0.05 0.54 0.13 55 0.64 0.63
Hex DD D3 65 0 5 36 D 37 40 3F
Octal 335 323 145 0 5 66 15 67 100 77
Binary 11011101 11010011 1100101 0 101 110110 1101 110111 1000000 111111

Color Harmonies of #DDD365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD365

Black with #DDD365

Text Example


Text Example

White with #DDD365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD365; }

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

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

background-color css

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

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

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

border-color css

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

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

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