Html Css Color HEX #DCC165 Chenin

📋 copy color: '#DCC165'

red 220 ◦ green 193 ◦ blue 101

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

Shades of Chenin #DCC165

Tints of Chenin #DCC165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.55%

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

R = 42.8%
G = 37.55%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCC165 (or 0xDCC165) is known color: Chenin. HEX triplet: DC, C1 and 65. RGB value is (220,193,101). Sum of RGB (Red+Green+Blue) = 220+193+101=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC165 is #233E9A. Grayscale: #BEBEBE. Windows color (decimal): -2309787 or 6668764. OLE color: 6668764.

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

Color convert

RGB 220 193 101 -
CMYK 0 0.12 0.54 0.14
HSL 46.39º 0.63% 0.63% -
HSV(B) 46.39º 0.54% 0.86% -
XYZ 50.93 54.3 20.11 -
YUV 190.59 77.45 148.98 -
System Red Green Blue C M Y K H S L
Decimal 220 193 101 0 0.12 0.54 0.14 46.39 0.63 0.63
Hex DC C1 65 0 C 36 E 2E 3F 3F
Octal 334 301 145 0 14 66 16 56 77 77
Binary 11011100 11000001 1100101 0 1100 110110 1110 101110 111111 111111

Color Harmonies of #DCC165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC165

Black with #DCC165

Text Example


Text Example

White with #DCC165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC165; }

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

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

background-color css

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

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

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

border-color css

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

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

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