Html Css Color HEX #D4AD8A Calico

📋 copy color: '#D4AD8A'

red 212 ◦ green 173 ◦ blue 138

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

Shades of Calico #D4AD8A

Tints of Calico #D4AD8A

RGB

 RED value IS 212 (83.2% from 255) = 40.54%

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

 BLUE value IS 138 (54.3% from 255) = 26.39%

R = 40.54%
G = 33.08%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4AD8A (or 0xD4AD8A) is known color: Calico. HEX triplet: D4, AD and 8A. RGB value is (212,173,138). Sum of RGB (Red+Green+Blue) = 212+173+138=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AD8A is #2B5275. Grayscale: #B4B4B4. Windows color (decimal): -2839158 or 9088468. OLE color: 9088468.

HSL color Cylindrical-coordinate representation of color #D4AD8A: hue angle of 28.38º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4AD8A is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 173 138 -
CMYK 0 0.18 0.35 0.17
HSL 28.38º 0.46% 0.69% -
HSV(B) 28.38º 0.35% 0.83% -
XYZ 46.68 45.72 30.41 -
YUV 180.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 212 173 138 0 0.18 0.35 0.17 28.38 0.46 0.69
Hex D4 AD 8A 0 12 23 11 1C 2E 45
Octal 324 255 212 0 22 43 21 34 56 105
Binary 11010100 10101101 10001010 0 10010 100011 10001 11100 101110 1000101

Color Harmonies of #D4AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD8A

Black with #D4AD8A

Text Example


Text Example

White with #D4AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD8A; }

 p { color: rgb(212,173,138); }

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

background-color css

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

 a { background-color: rgb(212,173,138); }

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

border-color css

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

 span { border-color: rgb(212,173,138); }

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