Html Css Color HEX #DCC371 Chenin

📋 copy color: '#DCC371'

red 220 ◦ green 195 ◦ blue 113

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

Shades of Chenin #DCC371

Tints of Chenin #DCC371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 41.67%
G = 36.93%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCC371 (or 0xDCC371) is known color: Chenin. HEX triplet: DC, C3 and 71. RGB value is (220,195,113). Sum of RGB (Red+Green+Blue) = 220+195+113=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC371 is #233C8E. Grayscale: #C1C1C1. Windows color (decimal): -2309263 or 7455708. OLE color: 7455708.

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

Color convert

RGB 220 195 113 -
CMYK 0 0.11 0.49 0.14
HSL 45.98º 0.6% 0.65% -
HSV(B) 45.98º 0.49% 0.86% -
XYZ 52.01 55.44 23.58 -
YUV 193.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 220 195 113 0 0.11 0.49 0.14 45.98 0.6 0.65
Hex DC C3 71 0 B 31 E 2E 3C 41
Octal 334 303 161 0 13 61 16 56 74 101
Binary 11011100 11000011 1110001 0 1011 110001 1110 101110 111100 1000001

Color Harmonies of #DCC371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC371

Black with #DCC371

Text Example


Text Example

White with #DCC371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC371; }

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

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

background-color css

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

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

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

border-color css

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

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

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