Html Css Color HEX #D7AD8B Calico

📋 copy color: '#D7AD8B'

red 215 ◦ green 173 ◦ blue 139

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

Shades of Calico #D7AD8B

Tints of Calico #D7AD8B

RGB

 RED value IS 215 (84.38% from 255) = 40.8%

 GREEN value IS 173 (67.97% from 255) = 32.83%

 BLUE value IS 139 (54.69% from 255) = 26.38%

R = 40.8%
G = 32.83%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7AD8B (or 0xD7AD8B) is known color: Calico. HEX triplet: D7, AD and 8B. RGB value is (215,173,139). Sum of RGB (Red+Green+Blue) = 215+173+139=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AD8B is #285274. Grayscale: #B5B5B5. Windows color (decimal): -2642549 or 9154007. OLE color: 9154007.

HSL color Cylindrical-coordinate representation of color #D7AD8B: hue angle of 26.84º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7AD8B is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 173 139 -
CMYK 0 0.20 0.35 0.16
HSL 26.84º 0.49% 0.69% -
HSV(B) 26.84º 0.35% 0.84% -
XYZ 47.63 46.2 30.83 -
YUV 181.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 215 173 139 0 0.20 0.35 0.16 26.84 0.49 0.69
Hex D7 AD 8B 0 14 23 10 1B 31 45
Octal 327 255 213 0 24 43 20 33 61 105
Binary 11010111 10101101 10001011 0 10100 100011 10000 11011 110001 1000101

Color Harmonies of #D7AD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD8B

Black with #D7AD8B

Text Example


Text Example

White with #D7AD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD8B; }

 p { color: rgb(215,173,139); }

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

background-color css

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

 a { background-color: rgb(215,173,139); }

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

border-color css

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

 span { border-color: rgb(215,173,139); }

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