Html Css Color HEX #DCC564 Chenin

📋 copy color: '#DCC564'

red 220 ◦ green 197 ◦ blue 100

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

Shades of Chenin #DCC564

Tints of Chenin #DCC564

RGB

 RED value IS 220 (86.33% from 255) = 42.55%

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

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

R = 42.55%
G = 38.1%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCC564 (or 0xDCC564) is known color: Chenin. HEX triplet: DC, C5 and 64. RGB value is (220,197,100). Sum of RGB (Red+Green+Blue) = 220+197+100=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC564 is #233A9B. Grayscale: #C1C1C1. Windows color (decimal): -2308764 or 6604252. OLE color: 6604252.

HSL color Cylindrical-coordinate representation of color #DCC564: hue angle of 48.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCC564 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 100 -
CMYK 0 0.10 0.55 0.14
HSL 48.5º 0.63% 0.63% -
HSV(B) 48.5º 0.55% 0.86% -
XYZ 51.78 56.07 20.15 -
YUV 192.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 220 197 100 0 0.10 0.55 0.14 48.5 0.63 0.63
Hex DC C5 64 0 A 37 E 30 3F 3F
Octal 334 305 144 0 12 67 16 60 77 77
Binary 11011100 11000101 1100100 0 1010 110111 1110 110000 111111 111111

Color Harmonies of #DCC564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC564

Black with #DCC564

Text Example


Text Example

White with #DCC564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC564; }

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

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

background-color css

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

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

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

border-color css

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

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

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