Html Css Color HEX #D6AD78 Calico

📋 copy color: '#D6AD78'

red 214 ◦ green 173 ◦ blue 120

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

Shades of Calico #D6AD78

Tints of Calico #D6AD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.67%

R = 42.21%
G = 34.12%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6AD78 (or 0xD6AD78) is known color: Calico. HEX triplet: D6, AD and 78. RGB value is (214,173,120). Sum of RGB (Red+Green+Blue) = 214+173+120=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD78 is #295287. Grayscale: #B3B3B3. Windows color (decimal): -2708104 or 7908822. OLE color: 7908822.

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

Color convert

RGB 214 173 120 -
CMYK 0 0.19 0.44 0.16
HSL 33.83º 0.53% 0.65% -
HSV(B) 33.83º 0.44% 0.84% -
XYZ 46.07 45.54 24.13 -
YUV 179.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 214 173 120 0 0.19 0.44 0.16 33.83 0.53 0.65
Hex D6 AD 78 0 13 2C 10 22 35 41
Octal 326 255 170 0 23 54 20 42 65 101
Binary 11010110 10101101 1111000 0 10011 101100 10000 100010 110101 1000001

Color Harmonies of #D6AD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD78

Black with #D6AD78

Text Example


Text Example

White with #D6AD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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