Html Css Color HEX #D7AD77 Calico

📋 copy color: '#D7AD77'

red 215 ◦ green 173 ◦ blue 119

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

Shades of Calico #D7AD77

Tints of Calico #D7AD77

RGB

 RED value IS 215 (84.38% from 255) = 42.41%

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

 BLUE value IS 119 (46.88% from 255) = 23.47%

R = 42.41%
G = 34.12%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D7AD77 (or 0xD7AD77) is known color: Calico. HEX triplet: D7, AD and 77. RGB value is (215,173,119). Sum of RGB (Red+Green+Blue) = 215+173+119=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD77 is #285288. Grayscale: #B3B3B3. Windows color (decimal): -2642569 or 7843287. OLE color: 7843287.

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

Color convert

RGB 215 173 119 -
CMYK 0 0.20 0.45 0.16
HSL 33.75º 0.55% 0.65% -
HSV(B) 33.75º 0.45% 0.84% -
XYZ 46.3 45.67 23.83 -
YUV 179.4 93.91 153.39 -
System Red Green Blue C M Y K H S L
Decimal 215 173 119 0 0.20 0.45 0.16 33.75 0.55 0.65
Hex D7 AD 77 0 14 2D 10 22 37 41
Octal 327 255 167 0 24 55 20 42 67 101
Binary 11010111 10101101 1110111 0 10100 101101 10000 100010 110111 1000001

Color Harmonies of #D7AD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD77

Black with #D7AD77

Text Example


Text Example

White with #D7AD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD77; }

 p { color: rgb(215,173,119); }

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

background-color css

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

 a { background-color: rgb(215,173,119); }

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

border-color css

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

 span { border-color: rgb(215,173,119); }

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