Html Css Color HEX #D5AC83 Calico

📋 copy color: '#D5AC83'

red 213 ◦ green 172 ◦ blue 131

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

Shades of Calico #D5AC83

Tints of Calico #D5AC83

RGB

 RED value IS 213 (83.59% from 255) = 41.28%

 GREEN value IS 172 (67.58% from 255) = 33.33%

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

R = 41.28%
G = 33.33%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5AC83 (or 0xD5AC83) is known color: Calico. HEX triplet: D5, AC and 83. RGB value is (213,172,131). Sum of RGB (Red+Green+Blue) = 213+172+131=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC83 is #2A537C. Grayscale: #B3B3B3. Windows color (decimal): -2773885 or 8629461. OLE color: 8629461.

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

Color convert

RGB 213 172 131 -
CMYK 0 0.19 0.38 0.16
HSL 30º 0.49% 0.67% -
HSV(B) 30º 0.38% 0.84% -
XYZ 46.29 45.29 27.77 -
YUV 179.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 213 172 131 0 0.19 0.38 0.16 30 0.49 0.67
Hex D5 AC 83 0 13 26 10 1E 31 43
Octal 325 254 203 0 23 46 20 36 61 103
Binary 11010101 10101100 10000011 0 10011 100110 10000 11110 110001 1000011

Color Harmonies of #D5AC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC83

Black with #D5AC83

Text Example


Text Example

White with #D5AC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC83; }

 p { color: rgb(213,172,131); }

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

background-color css

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

 a { background-color: rgb(213,172,131); }

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

border-color css

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

 span { border-color: rgb(213,172,131); }

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