Html Css Color HEX #D5AF7F Calico

📋 copy color: '#D5AF7F'

red 213 ◦ green 175 ◦ blue 127

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

Shades of Calico #D5AF7F

Tints of Calico #D5AF7F

RGB

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

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

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

R = 41.36%
G = 33.98%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5AF7F (or 0xD5AF7F) is known color: Calico. HEX triplet: D5, AF and 7F. RGB value is (213,175,127). Sum of RGB (Red+Green+Blue) = 213+175+127=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF7F is #2A5080. Grayscale: #B5B5B5. Windows color (decimal): -2773121 or 8368085. OLE color: 8368085.

HSL color Cylindrical-coordinate representation of color #D5AF7F: hue angle of 33.49º degrees, saturation: 0.51, 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 #D5AF7F is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 175 127 -
CMYK 0 0.18 0.40 0.16
HSL 33.49º 0.51% 0.67% -
HSV(B) 33.49º 0.4% 0.84% -
XYZ 46.6 46.34 26.57 -
YUV 180.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 213 175 127 0 0.18 0.40 0.16 33.49 0.51 0.67
Hex D5 AF 7F 0 12 28 10 21 33 43
Octal 325 257 177 0 22 50 20 41 63 103
Binary 11010101 10101111 1111111 0 10010 101000 10000 100001 110011 1000011

Color Harmonies of #D5AF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF7F

Black with #D5AF7F

Text Example


Text Example

White with #D5AF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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