Html Css Color HEX #DDC564 Chenin

📋 copy color: '#DDC564'

red 221 ◦ green 197 ◦ blue 100

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

Shades of Chenin #DDC564

Tints of Chenin #DDC564

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.03%

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

R = 42.66%
G = 38.03%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDC564 (or 0xDDC564) is known color: Chenin. HEX triplet: DD, C5 and 64. RGB value is (221,197,100). Sum of RGB (Red+Green+Blue) = 221+197+100=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC564 is #223A9B. Grayscale: #C1C1C1. Windows color (decimal): -2243228 or 6604253. OLE color: 6604253.

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

Color convert

RGB 221 197 100 -
CMYK 0 0.11 0.55 0.13
HSL 48.1º 0.64% 0.63% -
HSV(B) 48.1º 0.55% 0.87% -
XYZ 52.09 56.22 20.16 -
YUV 193.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 221 197 100 0 0.11 0.55 0.13 48.1 0.64 0.63
Hex DD C5 64 0 B 37 D 30 40 3F
Octal 335 305 144 0 13 67 15 60 100 77
Binary 11011101 11000101 1100100 0 1011 110111 1101 110000 1000000 111111

Color Harmonies of #DDC564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC564

Black with #DDC564

Text Example


Text Example

White with #DDC564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC564; }

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

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

background-color css

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

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

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

border-color css

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

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

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