Html Css Color HEX #D8B281 Calico

📋 copy color: '#D8B281'

red 216 ◦ green 178 ◦ blue 129

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

Shades of Calico #D8B281

Tints of Calico #D8B281

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.03%

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

R = 41.3%
G = 34.03%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D8B281 (or 0xD8B281) is known color: Calico. HEX triplet: D8, B2 and 81. RGB value is (216,178,129). Sum of RGB (Red+Green+Blue) = 216+178+129=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B281 is #274D7E. Grayscale: #B8B8B8. Windows color (decimal): -2575743 or 8499928. OLE color: 8499928.

HSL color Cylindrical-coordinate representation of color #D8B281: hue angle of 33.79º 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 #D8B281 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 129 -
CMYK 0 0.18 0.40 0.15
HSL 33.79º 0.53% 0.68% -
HSV(B) 33.79º 0.4% 0.85% -
XYZ 48.2 48.02 27.5 -
YUV 183.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 216 178 129 0 0.18 0.40 0.15 33.79 0.53 0.68
Hex D8 B2 81 0 12 28 F 22 35 44
Octal 330 262 201 0 22 50 17 42 65 104
Binary 11011000 10110010 10000001 0 10010 101000 1111 100010 110101 1000100

Color Harmonies of #D8B281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B281

Black with #D8B281

Text Example


Text Example

White with #D8B281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B281; }

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

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

background-color css

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

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

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

border-color css

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

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

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