Html Css Color HEX #D7AE7B Calico

📋 copy color: '#D7AE7B'

red 215 ◦ green 174 ◦ blue 123

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

Shades of Calico #D7AE7B

Tints of Calico #D7AE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.02%

R = 41.99%
G = 33.98%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7AE7B (or 0xD7AE7B) is known color: Calico. HEX triplet: D7, AE and 7B. RGB value is (215,174,123). Sum of RGB (Red+Green+Blue) = 215+174+123=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE7B is #285184. Grayscale: #B4B4B4. Windows color (decimal): -2642309 or 8105687. OLE color: 8105687.

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

Color convert

RGB 215 174 123 -
CMYK 0 0.19 0.43 0.16
HSL 33.26º 0.53% 0.66% -
HSV(B) 33.26º 0.43% 0.84% -
XYZ 46.74 46.15 25.18 -
YUV 180.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 215 174 123 0 0.19 0.43 0.16 33.26 0.53 0.66
Hex D7 AE 7B 0 13 2B 10 21 35 42
Octal 327 256 173 0 23 53 20 41 65 102
Binary 11010111 10101110 1111011 0 10011 101011 10000 100001 110101 1000010

Color Harmonies of #D7AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AE7B

Black with #D7AE7B

Text Example


Text Example

White with #D7AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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