Html Css Color HEX #D7AF7F Calico

📋 copy color: '#D7AF7F'

red 215 ◦ green 175 ◦ blue 127

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

Shades of Calico #D7AF7F

Tints of Calico #D7AF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.56%

R = 41.59%
G = 33.85%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7AF7F (or 0xD7AF7F) is known color: Calico. HEX triplet: D7, AF and 7F. RGB value is (215,175,127). Sum of RGB (Red+Green+Blue) = 215+175+127=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF7F is #285080. Grayscale: #B5B5B5. Windows color (decimal): -2642049 or 8368087. OLE color: 8368087.

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

Color convert

RGB 215 175 127 -
CMYK 0 0.19 0.41 0.16
HSL 32.73º 0.52% 0.67% -
HSV(B) 32.73º 0.41% 0.84% -
XYZ 47.19 46.64 26.59 -
YUV 181.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 215 175 127 0 0.19 0.41 0.16 32.73 0.52 0.67
Hex D7 AF 7F 0 13 29 10 21 34 43
Octal 327 257 177 0 23 51 20 41 64 103
Binary 11010111 10101111 1111111 0 10011 101001 10000 100001 110100 1000011

Color Harmonies of #D7AF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF7F

Black with #D7AF7F

Text Example


Text Example

White with #D7AF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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