Html Css Color HEX #D6AD8C Calico

📋 copy color: '#D6AD8C'

red 214 ◦ green 173 ◦ blue 140

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

Shades of Calico #D6AD8C

Tints of Calico #D6AD8C

RGB

 RED value IS 214 (83.98% from 255) = 40.61%

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

 BLUE value IS 140 (55.08% from 255) = 26.57%

R = 40.61%
G = 32.83%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6AD8C (or 0xD6AD8C) is known color: Calico. HEX triplet: D6, AD and 8C. RGB value is (214,173,140). Sum of RGB (Red+Green+Blue) = 214+173+140=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD8C is #295273. Grayscale: #B5B5B5. Windows color (decimal): -2708084 or 9219542. OLE color: 9219542.

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

Color convert

RGB 214 173 140 -
CMYK 0 0.19 0.35 0.16
HSL 26.76º 0.47% 0.69% -
HSV(B) 26.76º 0.35% 0.84% -
XYZ 47.41 46.08 31.21 -
YUV 181.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 214 173 140 0 0.19 0.35 0.16 26.76 0.47 0.69
Hex D6 AD 8C 0 13 23 10 1B 2F 45
Octal 326 255 214 0 23 43 20 33 57 105
Binary 11010110 10101101 10001100 0 10011 100011 10000 11011 101111 1000101

Color Harmonies of #D6AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD8C

Black with #D6AD8C

Text Example


Text Example

White with #D6AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD8C; }

 p { color: rgb(214,173,140); }

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

background-color css

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

 a { background-color: rgb(214,173,140); }

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

border-color css

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

 span { border-color: rgb(214,173,140); }

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