Html Css Color HEX #DCC365 Chenin

📋 copy color: '#DCC365'

red 220 ◦ green 195 ◦ blue 101

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

Shades of Chenin #DCC365

Tints of Chenin #DCC365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.79%

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

R = 42.64%
G = 37.79%
B = 19.57%

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

#DCC365 (or 0xDCC365) is known color: Chenin. HEX triplet: DC, C3 and 65. RGB value is (220,195,101). Sum of RGB (Red+Green+Blue) = 220+195+101=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC365 is #233C9A. Grayscale: #C0C0C0. Windows color (decimal): -2309275 or 6669276. OLE color: 6669276.

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

Color convert

RGB 220 195 101 -
CMYK 0 0.11 0.54 0.14
HSL 47.39º 0.63% 0.63% -
HSV(B) 47.39º 0.54% 0.86% -
XYZ 51.38 55.19 20.26 -
YUV 191.76 76.78 148.14 -
System Red Green Blue C M Y K H S L
Decimal 220 195 101 0 0.11 0.54 0.14 47.39 0.63 0.63
Hex DC C3 65 0 B 36 E 2F 3F 3F
Octal 334 303 145 0 13 66 16 57 77 77
Binary 11011100 11000011 1100101 0 1011 110110 1110 101111 111111 111111

Color Harmonies of #DCC365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC365

Black with #DCC365

Text Example


Text Example

White with #DCC365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC365; }

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

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

background-color css

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

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

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

border-color css

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

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

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