Html Css Color HEX #DCC474 Chenin

📋 copy color: '#DCC474'

red 220 ◦ green 196 ◦ blue 116

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

Shades of Chenin #DCC474

Tints of Chenin #DCC474

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

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

R = 41.35%
G = 36.84%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCC474 (or 0xDCC474) is known color: Chenin. HEX triplet: DC, C4 and 74. RGB value is (220,196,116). Sum of RGB (Red+Green+Blue) = 220+196+116=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC474 is #233B8B. Grayscale: #C2C2C2. Windows color (decimal): -2309004 or 7652572. OLE color: 7652572.

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

Color convert

RGB 220 196 116 -
CMYK 0 0.11 0.47 0.14
HSL 46.15º 0.6% 0.66% -
HSV(B) 46.15º 0.47% 0.86% -
XYZ 52.41 55.96 24.56 -
YUV 194.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 220 196 116 0 0.11 0.47 0.14 46.15 0.6 0.66
Hex DC C4 74 0 B 2F E 2E 3C 42
Octal 334 304 164 0 13 57 16 56 74 102
Binary 11011100 11000100 1110100 0 1011 101111 1110 101110 111100 1000010

Color Harmonies of #DCC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC474

Black with #DCC474

Text Example


Text Example

White with #DCC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC474; }

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

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

background-color css

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

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

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

border-color css

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

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

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