Html Css Color HEX #DCC771 Chenin

📋 copy color: '#DCC771'

red 220 ◦ green 199 ◦ blue 113

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

Shades of Chenin #DCC771

Tints of Chenin #DCC771

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.41%

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

R = 41.35%
G = 37.41%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCC771 (or 0xDCC771) is known color: Chenin. HEX triplet: DC, C7 and 71. RGB value is (220,199,113). Sum of RGB (Red+Green+Blue) = 220+199+113=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC771 is #23388E. Grayscale: #C3C3C3. Windows color (decimal): -2308239 or 7456732. OLE color: 7456732.

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

Color convert

RGB 220 199 113 -
CMYK 0 0.10 0.49 0.14
HSL 48.22º 0.6% 0.65% -
HSV(B) 48.22º 0.49% 0.86% -
XYZ 52.92 57.25 23.88 -
YUV 195.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 220 199 113 0 0.10 0.49 0.14 48.22 0.6 0.65
Hex DC C7 71 0 A 31 E 30 3C 41
Octal 334 307 161 0 12 61 16 60 74 101
Binary 11011100 11000111 1110001 0 1010 110001 1110 110000 111100 1000001

Color Harmonies of #DCC771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC771

Black with #DCC771

Text Example


Text Example

White with #DCC771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC771; }

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

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

background-color css

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

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

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

border-color css

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

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

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