Html Css Color HEX #DCC174 Chenin

📋 copy color: '#DCC174'

red 220 ◦ green 193 ◦ blue 116

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

Shades of Chenin #DCC174

Tints of Chenin #DCC174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.93%

R = 41.59%
G = 36.48%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCC174 (or 0xDCC174) is known color: Chenin. HEX triplet: DC, C1 and 74. RGB value is (220,193,116). Sum of RGB (Red+Green+Blue) = 220+193+116=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC174 is #233E8B. Grayscale: #C0C0C0. Windows color (decimal): -2309772 or 7651804. OLE color: 7651804.

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

Color convert

RGB 220 193 116 -
CMYK 0 0.12 0.47 0.14
HSL 44.42º 0.6% 0.66% -
HSV(B) 44.42º 0.47% 0.86% -
XYZ 51.74 54.62 24.34 -
YUV 192.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 220 193 116 0 0.12 0.47 0.14 44.42 0.6 0.66
Hex DC C1 74 0 C 2F E 2C 3C 42
Octal 334 301 164 0 14 57 16 54 74 102
Binary 11011100 11000001 1110100 0 1100 101111 1110 101100 111100 1000010

Color Harmonies of #DCC174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC174

Black with #DCC174

Text Example


Text Example

White with #DCC174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC174; }

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

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

background-color css

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

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

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

border-color css

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

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

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