Html Css Color HEX #D7AE81 Calico

📋 copy color: '#D7AE81'

red 215 ◦ green 174 ◦ blue 129

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

Shades of Calico #D7AE81

Tints of Calico #D7AE81

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.59%

 BLUE value IS 129 (50.78% from 255) = 24.9%

R = 41.51%
G = 33.59%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D7AE81 (or 0xD7AE81) is known color: Calico. HEX triplet: D7, AE and 81. RGB value is (215,174,129). Sum of RGB (Red+Green+Blue) = 215+174+129=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AE81 is #28517E. Grayscale: #B5B5B5. Windows color (decimal): -2642303 or 8498903. OLE color: 8498903.

HSL color Cylindrical-coordinate representation of color #D7AE81: hue angle of 31.4º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7AE81 is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 174 129 -
CMYK 0 0.19 0.4 0.16
HSL 31.4º 0.52% 0.67% -
HSV(B) 31.4º 0.4% 0.84% -
XYZ 47.12 46.3 27.22 -
YUV 181.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 215 174 129 0 0.19 0.4 0.16 31.4 0.52 0.67
Hex D7 AE 81 0 13 28 10 1F 34 43
Octal 327 256 201 0 23 50 20 37 64 103
Binary 11010111 10101110 10000001 0 10011 101000 10000 11111 110100 1000011

Color Harmonies of #D7AE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AE81

Black with #D7AE81

Text Example


Text Example

White with #D7AE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AE81; }

 p { color: rgb(215,174,129); }

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

background-color css

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

 a { background-color: rgb(215,174,129); }

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

border-color css

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

 span { border-color: rgb(215,174,129); }

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