Html Css Color HEX #D5AD7A Calico

📋 copy color: '#D5AD7A'

red 213 ◦ green 173 ◦ blue 122

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

Shades of Calico #D5AD7A

Tints of Calico #D5AD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.06%

 BLUE value IS 122 (48.05% from 255) = 24.02%

R = 41.93%
G = 34.06%
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

#D5AD7A (or 0xD5AD7A) is known color: Calico. HEX triplet: D5, AD and 7A. RGB value is (213,173,122). Sum of RGB (Red+Green+Blue) = 213+173+122=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD7A is #2A5285. Grayscale: #B3B3B3. Windows color (decimal): -2773638 or 8039893. OLE color: 8039893.

HSL color Cylindrical-coordinate representation of color #D5AD7A: hue angle of 33.63º degrees, saturation: 0.52, 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 #D5AD7A is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 122 -
CMYK 0 0.19 0.43 0.16
HSL 33.63º 0.52% 0.66% -
HSV(B) 33.63º 0.43% 0.84% -
XYZ 45.9 45.44 24.76 -
YUV 179.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 213 173 122 0 0.19 0.43 0.16 33.63 0.52 0.66
Hex D5 AD 7A 0 13 2B 10 22 34 42
Octal 325 255 172 0 23 53 20 42 64 102
Binary 11010101 10101101 1111010 0 10011 101011 10000 100010 110100 1000010

Color Harmonies of #D5AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD7A

Black with #D5AD7A

Text Example


Text Example

White with #D5AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD7A; }

 p { color: rgb(213,173,122); }

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

background-color css

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

 a { background-color: rgb(213,173,122); }

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

border-color css

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

 span { border-color: rgb(213,173,122); }

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