Html Css Color HEX #D5AF8C Calico

📋 copy color: '#D5AF8C'

red 213 ◦ green 175 ◦ blue 140

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

Shades of Calico #D5AF8C

Tints of Calico #D5AF8C

RGB

 RED value IS 213 (83.59% from 255) = 40.34%

 GREEN value IS 175 (68.75% from 255) = 33.14%

 BLUE value IS 140 (55.08% from 255) = 26.52%

R = 40.34%
G = 33.14%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5AF8C (or 0xD5AF8C) is known color: Calico. HEX triplet: D5, AF and 8C. RGB value is (213,175,140). Sum of RGB (Red+Green+Blue) = 213+175+140=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF8C is #2A5073. Grayscale: #B6B6B6. Windows color (decimal): -2773108 or 9220053. OLE color: 9220053.

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

Color convert

RGB 213 175 140 -
CMYK 0 0.18 0.34 0.16
HSL 28.77º 0.46% 0.69% -
HSV(B) 28.77º 0.34% 0.84% -
XYZ 47.5 46.7 31.32 -
YUV 182.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 213 175 140 0 0.18 0.34 0.16 28.77 0.46 0.69
Hex D5 AF 8C 0 12 22 10 1D 2E 45
Octal 325 257 214 0 22 42 20 35 56 105
Binary 11010101 10101111 10001100 0 10010 100010 10000 11101 101110 1000101

Color Harmonies of #D5AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF8C

Black with #D5AF8C

Text Example


Text Example

White with #D5AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF8C; }

 p { color: rgb(213,175,140); }

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

background-color css

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

 a { background-color: rgb(213,175,140); }

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

border-color css

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

 span { border-color: rgb(213,175,140); }

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