Html Css Color HEX #DCC4AF Bone

📋 copy color: '#DCC4AF'

red 220 ◦ green 196 ◦ blue 175

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

Shades of Bone #DCC4AF

Tints of Bone #DCC4AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.61%

R = 37.23%
G = 33.16%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCC4AF (or 0xDCC4AF) is known color: Bone. HEX triplet: DC, C4 and AF. RGB value is (220,196,175). Sum of RGB (Red+Green+Blue) = 220+196+175=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC4AF is #233B50. Grayscale: #C8C8C8. Windows color (decimal): -2308945 or 11519196. OLE color: 11519196.

HSL color Cylindrical-coordinate representation of color #DCC4AF: hue angle of 28º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCC4AF is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 175 -
CMYK 0 0.11 0.20 0.14
HSL 28º 0.39% 0.77% -
HSV(B) 28º 0.2% 0.86% -
XYZ 56.99 57.79 48.71 -
YUV 200.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 220 196 175 0 0.11 0.20 0.14 28 0.39 0.77
Hex DC C4 AF 0 B 14 E 1C 27 4D
Octal 334 304 257 0 13 24 16 34 47 115
Binary 11011100 11000100 10101111 0 1011 10100 1110 11100 100111 1001101

Color Harmonies of #DCC4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4AF

Black with #DCC4AF

Text Example


Text Example

White with #DCC4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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