Html Css Color HEX #D7AF7D Calico

📋 copy color: '#D7AF7D'

red 215 ◦ green 175 ◦ blue 125

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

Shades of Calico #D7AF7D

Tints of Calico #D7AF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.27%

R = 41.75%
G = 33.98%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7AF7D (or 0xD7AF7D) is known color: Calico. HEX triplet: D7, AF and 7D. RGB value is (215,175,125). Sum of RGB (Red+Green+Blue) = 215+175+125=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF7D is #285082. Grayscale: #B5B5B5. Windows color (decimal): -2642051 or 8237015. OLE color: 8237015.

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

Color convert

RGB 215 175 125 -
CMYK 0 0.19 0.42 0.16
HSL 33.33º 0.53% 0.67% -
HSV(B) 33.33º 0.42% 0.84% -
XYZ 47.06 46.59 25.91 -
YUV 181.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 215 175 125 0 0.19 0.42 0.16 33.33 0.53 0.67
Hex D7 AF 7D 0 13 2A 10 21 35 43
Octal 327 257 175 0 23 52 20 41 65 103
Binary 11010111 10101111 1111101 0 10011 101010 10000 100001 110101 1000011

Color Harmonies of #D7AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF7D

Black with #D7AF7D

Text Example


Text Example

White with #D7AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF7D; }

 p { color: rgb(215,175,125); }

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

background-color css

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

 a { background-color: rgb(215,175,125); }

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

border-color css

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

 span { border-color: rgb(215,175,125); }

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