Html Css Color HEX #D5B381 Calico

📋 copy color: '#D5B381'

red 213 ◦ green 179 ◦ blue 129

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

Shades of Calico #D5B381

Tints of Calico #D5B381

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.36%

 BLUE value IS 129 (50.78% from 255) = 24.76%

R = 40.88%
G = 34.36%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D5B381 (or 0xD5B381) is known color: Calico. HEX triplet: D5, B3 and 81. RGB value is (213,179,129). Sum of RGB (Red+Green+Blue) = 213+179+129=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B381 is #2A4C7E. Grayscale: #B7B7B7. Windows color (decimal): -2772095 or 8500181. OLE color: 8500181.

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

Color convert

RGB 213 179 129 -
CMYK 0 0.16 0.39 0.16
HSL 35.71º 0.5% 0.67% -
HSV(B) 35.71º 0.39% 0.84% -
XYZ 47.52 47.97 27.52 -
YUV 183.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 213 179 129 0 0.16 0.39 0.16 35.71 0.5 0.67
Hex D5 B3 81 0 10 27 10 24 32 43
Octal 325 263 201 0 20 47 20 44 62 103
Binary 11010101 10110011 10000001 0 10000 100111 10000 100100 110010 1000011

Color Harmonies of #D5B381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B381

Black with #D5B381

Text Example


Text Example

White with #D5B381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B381; }

 p { color: rgb(213,179,129); }

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

background-color css

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

 a { background-color: rgb(213,179,129); }

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

border-color css

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

 span { border-color: rgb(213,179,129); }

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