Html Css Color HEX #DCC167 Chenin

📋 copy color: '#DCC167'

red 220 ◦ green 193 ◦ blue 103

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

Shades of Chenin #DCC167

Tints of Chenin #DCC167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.96%

R = 42.64%
G = 37.4%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCC167 (or 0xDCC167) is known color: Chenin. HEX triplet: DC, C1 and 67. RGB value is (220,193,103). Sum of RGB (Red+Green+Blue) = 220+193+103=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC167 is #233E98. Grayscale: #BFBFBF. Windows color (decimal): -2309785 or 6799836. OLE color: 6799836.

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

Color convert

RGB 220 193 103 -
CMYK 0 0.12 0.53 0.14
HSL 46.15º 0.63% 0.63% -
HSV(B) 46.15º 0.53% 0.86% -
XYZ 51.03 54.33 20.63 -
YUV 190.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 220 193 103 0 0.12 0.53 0.14 46.15 0.63 0.63
Hex DC C1 67 0 C 35 E 2E 3F 3F
Octal 334 301 147 0 14 65 16 56 77 77
Binary 11011100 11000001 1100111 0 1100 110101 1110 101110 111111 111111

Color Harmonies of #DCC167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC167

Black with #DCC167

Text Example


Text Example

White with #DCC167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC167; }

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

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

background-color css

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

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

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

border-color css

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

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

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