Html Css Color HEX #D7AD8A Calico

📋 copy color: '#D7AD8A'

red 215 ◦ green 173 ◦ blue 138

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

Shades of Calico #D7AD8A

Tints of Calico #D7AD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.24%

R = 40.87%
G = 32.89%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7AD8A (or 0xD7AD8A) is known color: Calico. HEX triplet: D7, AD and 8A. RGB value is (215,173,138). Sum of RGB (Red+Green+Blue) = 215+173+138=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AD8A is #285275. Grayscale: #B5B5B5. Windows color (decimal): -2642550 or 9088471. OLE color: 9088471.

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

Color convert

RGB 215 173 138 -
CMYK 0 0.20 0.36 0.16
HSL 27.27º 0.49% 0.69% -
HSV(B) 27.27º 0.36% 0.84% -
XYZ 47.56 46.17 30.45 -
YUV 181.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 215 173 138 0 0.20 0.36 0.16 27.27 0.49 0.69
Hex D7 AD 8A 0 14 24 10 1B 31 45
Octal 327 255 212 0 24 44 20 33 61 105
Binary 11010111 10101101 10001010 0 10100 100100 10000 11011 110001 1000101

Color Harmonies of #D7AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD8A

Black with #D7AD8A

Text Example


Text Example

White with #D7AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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