Html Css Color HEX #DCC574 Chenin

📋 copy color: '#DCC574'

red 220 ◦ green 197 ◦ blue 116

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

Shades of Chenin #DCC574

Tints of Chenin #DCC574

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.96%

 BLUE value IS 116 (45.7% from 255) = 21.76%

R = 41.28%
G = 36.96%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCC574 (or 0xDCC574) is known color: Chenin. HEX triplet: DC, C5 and 74. RGB value is (220,197,116). Sum of RGB (Red+Green+Blue) = 220+197+116=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC574 is #233A8B. Grayscale: #C2C2C2. Windows color (decimal): -2308748 or 7652828. OLE color: 7652828.

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

Color convert

RGB 220 197 116 -
CMYK 0 0.10 0.47 0.14
HSL 46.73º 0.6% 0.66% -
HSV(B) 46.73º 0.47% 0.86% -
XYZ 52.63 56.41 24.64 -
YUV 194.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 220 197 116 0 0.10 0.47 0.14 46.73 0.6 0.66
Hex DC C5 74 0 A 2F E 2F 3C 42
Octal 334 305 164 0 12 57 16 57 74 102
Binary 11011100 11000101 1110100 0 1010 101111 1110 101111 111100 1000010

Color Harmonies of #DCC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC574

Black with #DCC574

Text Example


Text Example

White with #DCC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC574; }

 p { color: rgb(220,197,116); }

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

background-color css

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

 a { background-color: rgb(220,197,116); }

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

border-color css

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

 span { border-color: rgb(220,197,116); }

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