Html Css Color HEX #DCC465 Chenin

📋 copy color: '#DCC465'

red 220 ◦ green 196 ◦ blue 101

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

Shades of Chenin #DCC465

Tints of Chenin #DCC465

RGB

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

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

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

R = 42.55%
G = 37.91%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCC465 (or 0xDCC465) is known color: Chenin. HEX triplet: DC, C4 and 65. RGB value is (220,196,101). Sum of RGB (Red+Green+Blue) = 220+196+101=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC465 is #233B9A. Grayscale: #C0C0C0. Windows color (decimal): -2309019 or 6669532. OLE color: 6669532.

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

Color convert

RGB 220 196 101 -
CMYK 0 0.11 0.54 0.14
HSL 47.9º 0.63% 0.63% -
HSV(B) 47.9º 0.54% 0.86% -
XYZ 51.6 55.64 20.33 -
YUV 192.35 76.45 147.72 -
System Red Green Blue C M Y K H S L
Decimal 220 196 101 0 0.11 0.54 0.14 47.9 0.63 0.63
Hex DC C4 65 0 B 36 E 30 3F 3F
Octal 334 304 145 0 13 66 16 60 77 77
Binary 11011100 11000100 1100101 0 1011 110110 1110 110000 111111 111111

Color Harmonies of #DCC465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC465

Black with #DCC465

Text Example


Text Example

White with #DCC465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC465; }

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

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

background-color css

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

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

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

border-color css

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

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

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