Html Css Color HEX #D5AD81 Calico

📋 copy color: '#D5AD81'

red 213 ◦ green 173 ◦ blue 129

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

Shades of Calico #D5AD81

Tints of Calico #D5AD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.05%

R = 41.36%
G = 33.59%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D5AD81 (or 0xD5AD81) is known color: Calico. HEX triplet: D5, AD and 81. RGB value is (213,173,129). Sum of RGB (Red+Green+Blue) = 213+173+129=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD81 is #2A527E. Grayscale: #B4B4B4. Windows color (decimal): -2773631 or 8498645. OLE color: 8498645.

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

Color convert

RGB 213 173 129 -
CMYK 0 0.19 0.39 0.16
HSL 31.43º 0.5% 0.67% -
HSV(B) 31.43º 0.39% 0.84% -
XYZ 46.35 45.62 27.13 -
YUV 179.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 213 173 129 0 0.19 0.39 0.16 31.43 0.5 0.67
Hex D5 AD 81 0 13 27 10 1F 32 43
Octal 325 255 201 0 23 47 20 37 62 103
Binary 11010101 10101101 10000001 0 10011 100111 10000 11111 110010 1000011

Color Harmonies of #D5AD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD81

Black with #D5AD81

Text Example


Text Example

White with #D5AD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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