Html Css Color HEX #DCC673 Chenin

📋 copy color: '#DCC673'

red 220 ◦ green 198 ◦ blue 115

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

Shades of Chenin #DCC673

Tints of Chenin #DCC673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.58%

R = 41.28%
G = 37.15%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCC673 (or 0xDCC673) is known color: Chenin. HEX triplet: DC, C6 and 73. RGB value is (220,198,115). Sum of RGB (Red+Green+Blue) = 220+198+115=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC673 is #23398C. Grayscale: #C3C3C3. Windows color (decimal): -2308493 or 7587548. OLE color: 7587548.

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

Color convert

RGB 220 198 115 -
CMYK 0 0.1 0.48 0.14
HSL 47.43º 0.6% 0.66% -
HSV(B) 47.43º 0.48% 0.86% -
XYZ 52.8 56.84 24.41 -
YUV 195.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 220 198 115 0 0.1 0.48 0.14 47.43 0.6 0.66
Hex DC C6 73 0 A 30 E 2F 3C 42
Octal 334 306 163 0 12 60 16 57 74 102
Binary 11011100 11000110 1110011 0 1010 110000 1110 101111 111100 1000010

Color Harmonies of #DCC673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC673

Black with #DCC673

Text Example


Text Example

White with #DCC673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC673; }

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

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

background-color css

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

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

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

border-color css

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

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

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