Html Css Color HEX #D8B381 Calico

📋 copy color: '#D8B381'

red 216 ◦ green 179 ◦ blue 129

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

Shades of Calico #D8B381

Tints of Calico #D8B381

RGB

 RED value IS 216 (84.77% from 255) = 41.22%

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

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

R = 41.22%
G = 34.16%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D8B381 (or 0xD8B381) is known color: Calico. HEX triplet: D8, B3 and 81. RGB value is (216,179,129). Sum of RGB (Red+Green+Blue) = 216+179+129=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B381 is #274C7E. Grayscale: #B8B8B8. Windows color (decimal): -2575487 or 8500184. OLE color: 8500184.

HSL color Cylindrical-coordinate representation of color #D8B381: hue angle of 34.48º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8B381 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 179 129 -
CMYK 0 0.17 0.40 0.15
HSL 34.48º 0.53% 0.68% -
HSV(B) 34.48º 0.4% 0.85% -
XYZ 48.4 48.42 27.56 -
YUV 184.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 216 179 129 0 0.17 0.40 0.15 34.48 0.53 0.68
Hex D8 B3 81 0 11 28 F 22 35 44
Octal 330 263 201 0 21 50 17 42 65 104
Binary 11011000 10110011 10000001 0 10001 101000 1111 100010 110101 1000100

Color Harmonies of #D8B381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B381

Black with #D8B381

Text Example


Text Example

White with #D8B381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B381; }

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

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

background-color css

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

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

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

border-color css

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

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

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