Html Css Color HEX #DCCA71 Chenin

📋 copy color: '#DCCA71'

red 220 ◦ green 202 ◦ blue 113

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

Shades of Chenin #DCCA71

Tints of Chenin #DCCA71

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.76%

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

R = 41.12%
G = 37.76%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCCA71 (or 0xDCCA71) is known color: Chenin. HEX triplet: DC, CA and 71. RGB value is (220,202,113). Sum of RGB (Red+Green+Blue) = 220+202+113=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA71 is #23358E. Grayscale: #C5C5C5. Windows color (decimal): -2307471 or 7457500. OLE color: 7457500.

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

Color convert

RGB 220 202 113 -
CMYK 0 0.08 0.49 0.14
HSL 49.91º 0.6% 0.65% -
HSV(B) 49.91º 0.49% 0.86% -
XYZ 53.62 58.65 24.12 -
YUV 197.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 220 202 113 0 0.08 0.49 0.14 49.91 0.6 0.65
Hex DC CA 71 0 8 31 E 32 3C 41
Octal 334 312 161 0 10 61 16 62 74 101
Binary 11011100 11001010 1110001 0 1000 110001 1110 110010 111100 1000001

Color Harmonies of #DCCA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA71

Black with #DCCA71

Text Example


Text Example

White with #DCCA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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