Html Css Color HEX #DCC265 Chenin

📋 copy color: '#DCC265'

red 220 ◦ green 194 ◦ blue 101

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

Shades of Chenin #DCC265

Tints of Chenin #DCC265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.67%

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

R = 42.72%
G = 37.67%
B = 19.61%

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

#DCC265 (or 0xDCC265) is known color: Chenin. HEX triplet: DC, C2 and 65. RGB value is (220,194,101). Sum of RGB (Red+Green+Blue) = 220+194+101=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC265 is #233D9A. Grayscale: #BFBFBF. Windows color (decimal): -2309531 or 6669020. OLE color: 6669020.

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

Color convert

RGB 220 194 101 -
CMYK 0 0.12 0.54 0.14
HSL 46.89º 0.63% 0.63% -
HSV(B) 46.89º 0.54% 0.86% -
XYZ 51.16 54.74 20.18 -
YUV 191.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 220 194 101 0 0.12 0.54 0.14 46.89 0.63 0.63
Hex DC C2 65 0 C 36 E 2F 3F 3F
Octal 334 302 145 0 14 66 16 57 77 77
Binary 11011100 11000010 1100101 0 1100 110110 1110 101111 111111 111111

Color Harmonies of #DCC265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC265

Black with #DCC265

Text Example


Text Example

White with #DCC265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC265; }

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

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

background-color css

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

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

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

border-color css

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

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

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