Html Css Color HEX #DCC0B4 Wafer

📋 copy color: '#DCC0B4'

red 220 ◦ green 192 ◦ blue 180

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

Shades of Wafer #DCC0B4

Tints of Wafer #DCC0B4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.43%

 BLUE value IS 180 (70.7% from 255) = 30.41%

R = 37.16%
G = 32.43%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DCC0B4 (or 0xDCC0B4) is known color: Wafer. HEX triplet: DC, C0 and B4. RGB value is (220,192,180). Sum of RGB (Red+Green+Blue) = 220+192+180=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0B4 is #233F4B. Grayscale: #C7C7C7. Windows color (decimal): -2309964 or 11845852. OLE color: 11845852.

HSL color Cylindrical-coordinate representation of color #DCC0B4: hue angle of 18º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC0B4 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 180 -
CMYK 0 0.13 0.18 0.14
HSL 18º 0.36% 0.78% -
HSV(B) 18º 0.18% 0.86% -
XYZ 56.6 56.21 51.05 -
YUV 199 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 220 192 180 0 0.13 0.18 0.14 18 0.36 0.78
Hex DC C0 B4 0 D 12 E 12 24 4E
Octal 334 300 264 0 15 22 16 22 44 116
Binary 11011100 11000000 10110100 0 1101 10010 1110 10010 100100 1001110

Color Harmonies of #DCC0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC0B4

Black with #DCC0B4

Text Example


Text Example

White with #DCC0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC0B4; }

 p { color: rgb(220,192,180); }

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

background-color css

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

 a { background-color: rgb(220,192,180); }

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

border-color css

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

 span { border-color: rgb(220,192,180); }

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