Html Css Color HEX #DCC7AF Bone

📋 copy color: '#DCC7AF'

red 220 ◦ green 199 ◦ blue 175

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

Shades of Bone #DCC7AF

Tints of Bone #DCC7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.5%

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

R = 37.04%
G = 33.5%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCC7AF (or 0xDCC7AF) is known color: Bone. HEX triplet: DC, C7 and AF. RGB value is (220,199,175). Sum of RGB (Red+Green+Blue) = 220+199+175=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC7AF is #233850. Grayscale: #CACACA. Windows color (decimal): -2308177 or 11519964. OLE color: 11519964.

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

Color convert

RGB 220 199 175 -
CMYK 0 0.10 0.20 0.14
HSL 32º 0.39% 0.77% -
HSV(B) 32º 0.2% 0.86% -
XYZ 57.68 59.16 48.94 -
YUV 202.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 220 199 175 0 0.10 0.20 0.14 32 0.39 0.77
Hex DC C7 AF 0 A 14 E 20 27 4D
Octal 334 307 257 0 12 24 16 40 47 115
Binary 11011100 11000111 10101111 0 1010 10100 1110 100000 100111 1001101

Color Harmonies of #DCC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC7AF

Black with #DCC7AF

Text Example


Text Example

White with #DCC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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