Html Css Color HEX #D5B081 Calico

📋 copy color: '#D5B081'

red 213 ◦ green 176 ◦ blue 129

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

Shades of Calico #D5B081

Tints of Calico #D5B081

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.98%

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

R = 41.12%
G = 33.98%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D5B081 (or 0xD5B081) is known color: Calico. HEX triplet: D5, B0 and 81. RGB value is (213,176,129). Sum of RGB (Red+Green+Blue) = 213+176+129=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B081 is #2A4F7E. Grayscale: #B5B5B5. Windows color (decimal): -2772863 or 8499413. OLE color: 8499413.

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

Color convert

RGB 213 176 129 -
CMYK 0 0.17 0.39 0.16
HSL 33.57º 0.5% 0.67% -
HSV(B) 33.57º 0.39% 0.84% -
XYZ 46.93 46.78 27.33 -
YUV 181.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 213 176 129 0 0.17 0.39 0.16 33.57 0.5 0.67
Hex D5 B0 81 0 11 27 10 22 32 43
Octal 325 260 201 0 21 47 20 42 62 103
Binary 11010101 10110000 10000001 0 10001 100111 10000 100010 110010 1000011

Color Harmonies of #D5B081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B081

Black with #D5B081

Text Example


Text Example

White with #D5B081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B081; }

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

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

background-color css

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

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

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

border-color css

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

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

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