Html Css Color HEX #DCC671 Chenin

📋 copy color: '#DCC671'

red 220 ◦ green 198 ◦ blue 113

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

Shades of Chenin #DCC671

Tints of Chenin #DCC671

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.29%

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

R = 41.43%
G = 37.29%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCC671 (or 0xDCC671) is known color: Chenin. HEX triplet: DC, C6 and 71. RGB value is (220,198,113). Sum of RGB (Red+Green+Blue) = 220+198+113=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC671 is #23398E. Grayscale: #C3C3C3. Windows color (decimal): -2308495 or 7456476. OLE color: 7456476.

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

Color convert

RGB 220 198 113 -
CMYK 0 0.1 0.49 0.14
HSL 47.66º 0.6% 0.65% -
HSV(B) 47.66º 0.49% 0.86% -
XYZ 52.69 56.8 23.81 -
YUV 194.89 81.79 145.91 -
System Red Green Blue C M Y K H S L
Decimal 220 198 113 0 0.1 0.49 0.14 47.66 0.6 0.65
Hex DC C6 71 0 A 31 E 30 3C 41
Octal 334 306 161 0 12 61 16 60 74 101
Binary 11011100 11000110 1110001 0 1010 110001 1110 110000 111100 1000001

Color Harmonies of #DCC671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC671

Black with #DCC671

Text Example


Text Example

White with #DCC671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC671; }

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

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

background-color css

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

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

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

border-color css

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

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

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