Html Css Color HEX #D5AD7D Calico

📋 copy color: '#D5AD7D'

red 213 ◦ green 173 ◦ blue 125

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

Shades of Calico #D5AD7D

Tints of Calico #D5AD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.46%

R = 41.68%
G = 33.86%
B = 24.46%

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

#D5AD7D (or 0xD5AD7D) is known color: Calico. HEX triplet: D5, AD and 7D. RGB value is (213,173,125). Sum of RGB (Red+Green+Blue) = 213+173+125=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD7D is #2A5282. Grayscale: #B3B3B3. Windows color (decimal): -2773635 or 8236501. OLE color: 8236501.

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

Color convert

RGB 213 173 125 -
CMYK 0 0.19 0.41 0.16
HSL 32.73º 0.51% 0.66% -
HSV(B) 32.73º 0.41% 0.84% -
XYZ 46.09 45.51 25.76 -
YUV 179.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 213 173 125 0 0.19 0.41 0.16 32.73 0.51 0.66
Hex D5 AD 7D 0 13 29 10 21 33 42
Octal 325 255 175 0 23 51 20 41 63 102
Binary 11010101 10101101 1111101 0 10011 101001 10000 100001 110011 1000010

Color Harmonies of #D5AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD7D

Black with #D5AD7D

Text Example


Text Example

White with #D5AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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