Html Css Color HEX #DCC464 Chenin

📋 copy color: '#DCC464'

red 220 ◦ green 196 ◦ blue 100

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

Shades of Chenin #DCC464

Tints of Chenin #DCC464

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.98%

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

R = 42.64%
G = 37.98%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCC464 (or 0xDCC464) is known color: Chenin. HEX triplet: DC, C4 and 64. RGB value is (220,196,100). Sum of RGB (Red+Green+Blue) = 220+196+100=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC464 is #233B9B. Grayscale: #C0C0C0. Windows color (decimal): -2309020 or 6603996. OLE color: 6603996.

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

Color convert

RGB 220 196 100 -
CMYK 0 0.11 0.55 0.14
HSL 48º 0.63% 0.63% -
HSV(B) 48º 0.55% 0.86% -
XYZ 51.56 55.62 20.07 -
YUV 192.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 220 196 100 0 0.11 0.55 0.14 48 0.63 0.63
Hex DC C4 64 0 B 37 E 30 3F 3F
Octal 334 304 144 0 13 67 16 60 77 77
Binary 11011100 11000100 1100100 0 1011 110111 1110 110000 111111 111111

Color Harmonies of #DCC464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC464

Black with #DCC464

Text Example


Text Example

White with #DCC464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC464; }

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

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

background-color css

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

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

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

border-color css

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

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

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