Html Css Color HEX #DDD564 Goldenrod

📋 copy color: '#DDD564'

red 221 ◦ green 213 ◦ blue 100

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

Shades of Goldenrod #DDD564

Tints of Goldenrod #DDD564

RGB

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

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

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

R = 41.39%
G = 39.89%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDD564 (or 0xDDD564) is known color: Goldenrod. HEX triplet: DD, D5 and 64. RGB value is (221,213,100). Sum of RGB (Red+Green+Blue) = 221+213+100=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD564 is #222A9B. Grayscale: #CACACA. Windows color (decimal): -2239132 or 6608349. OLE color: 6608349.

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

Color convert

RGB 221 213 100 -
CMYK 0 0.04 0.55 0.13
HSL 56.03º 0.64% 0.63% -
HSV(B) 56.03º 0.55% 0.87% -
XYZ 55.91 63.88 21.44 -
YUV 202.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 221 213 100 0 0.04 0.55 0.13 56.03 0.64 0.63
Hex DD D5 64 0 4 37 D 38 40 3F
Octal 335 325 144 0 4 67 15 70 100 77
Binary 11011101 11010101 1100100 0 100 110111 1101 111000 1000000 111111

Color Harmonies of #DDD564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD564

Black with #DDD564

Text Example


Text Example

White with #DDD564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD564; }

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

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

background-color css

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

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

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

border-color css

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

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

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