Html Css Color HEX #D0AD83 Calico

📋 copy color: '#D0AD83'

red 208 ◦ green 173 ◦ blue 131

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

Shades of Calico #D0AD83

Tints of Calico #D0AD83

RGB

 RED value IS 208 (81.64% from 255) = 40.63%

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

 BLUE value IS 131 (51.56% from 255) = 25.59%

R = 40.63%
G = 33.79%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D0AD83 (or 0xD0AD83) is known color: Calico. HEX triplet: D0, AD and 83. RGB value is (208,173,131). Sum of RGB (Red+Green+Blue) = 208+173+131=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD83 is #2F527C. Grayscale: #B2B2B2. Windows color (decimal): -3101309 or 8629712. OLE color: 8629712.

HSL color Cylindrical-coordinate representation of color #D0AD83: hue angle of 32.73º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0AD83 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 131 -
CMYK 0 0.17 0.37 0.18
HSL 32.73º 0.45% 0.66% -
HSV(B) 32.73º 0.37% 0.82% -
XYZ 45.05 44.94 27.77 -
YUV 178.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 208 173 131 0 0.17 0.37 0.18 32.73 0.45 0.66
Hex D0 AD 83 0 11 25 12 21 2D 42
Octal 320 255 203 0 21 45 22 41 55 102
Binary 11010000 10101101 10000011 0 10001 100101 10010 100001 101101 1000010

Color Harmonies of #D0AD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD83

Black with #D0AD83

Text Example


Text Example

White with #D0AD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD83; }

 p { color: rgb(208,173,131); }

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

background-color css

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

 a { background-color: rgb(208,173,131); }

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

border-color css

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

 span { border-color: rgb(208,173,131); }

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