Html Css Color HEX #D3AF7C Calico

📋 copy color: '#D3AF7C'

red 211 ◦ green 175 ◦ blue 124

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

Shades of Calico #D3AF7C

Tints of Calico #D3AF7C

RGB

 RED value IS 211 (82.81% from 255) = 41.37%

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

 BLUE value IS 124 (48.83% from 255) = 24.31%

R = 41.37%
G = 34.31%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3AF7C (or 0xD3AF7C) is known color: Calico. HEX triplet: D3, AF and 7C. RGB value is (211,175,124). Sum of RGB (Red+Green+Blue) = 211+175+124=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AF7C is #2C5083. Grayscale: #B4B4B4. Windows color (decimal): -2904196 or 8171475. OLE color: 8171475.

HSL color Cylindrical-coordinate representation of color #D3AF7C: hue angle of 35.17º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3AF7C is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 175 124 -
CMYK 0 0.17 0.41 0.17
HSL 35.17º 0.5% 0.66% -
HSV(B) 35.17º 0.41% 0.83% -
XYZ 45.83 45.96 25.53 -
YUV 179.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 211 175 124 0 0.17 0.41 0.17 35.17 0.5 0.66
Hex D3 AF 7C 0 11 29 11 23 32 42
Octal 323 257 174 0 21 51 21 43 62 102
Binary 11010011 10101111 1111100 0 10001 101001 10001 100011 110010 1000010

Color Harmonies of #D3AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AF7C

Black with #D3AF7C

Text Example


Text Example

White with #D3AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AF7C; }

 p { color: rgb(211,175,124); }

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

background-color css

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

 a { background-color: rgb(211,175,124); }

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

border-color css

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

 span { border-color: rgb(211,175,124); }

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