Html Css Color HEX #D6AD82 Calico

📋 copy color: '#D6AD82'

red 214 ◦ green 173 ◦ blue 130

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

Shades of Calico #D6AD82

Tints of Calico #D6AD82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.15%

R = 41.39%
G = 33.46%
B = 25.15%

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

#D6AD82 (or 0xD6AD82) is known color: Calico. HEX triplet: D6, AD and 82. RGB value is (214,173,130). Sum of RGB (Red+Green+Blue) = 214+173+130=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD82 is #29527D. Grayscale: #B4B4B4. Windows color (decimal): -2708094 or 8564182. OLE color: 8564182.

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

Color convert

RGB 214 173 130 -
CMYK 0 0.19 0.39 0.16
HSL 30.71º 0.51% 0.67% -
HSV(B) 30.71º 0.39% 0.84% -
XYZ 46.7 45.79 27.5 -
YUV 180.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 214 173 130 0 0.19 0.39 0.16 30.71 0.51 0.67
Hex D6 AD 82 0 13 27 10 1F 33 43
Octal 326 255 202 0 23 47 20 37 63 103
Binary 11010110 10101101 10000010 0 10011 100111 10000 11111 110011 1000011

Color Harmonies of #D6AD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD82

Black with #D6AD82

Text Example


Text Example

White with #D6AD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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