Html Css Color HEX #D8B289 Calico

📋 copy color: '#D8B289'

red 216 ◦ green 178 ◦ blue 137

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

Shades of Calico #D8B289

Tints of Calico #D8B289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.8%

R = 40.68%
G = 33.52%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D8B289 (or 0xD8B289) is known color: Calico. HEX triplet: D8, B2 and 89. RGB value is (216,178,137). Sum of RGB (Red+Green+Blue) = 216+178+137=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B289 is #274D76. Grayscale: #B8B8B8. Windows color (decimal): -2575735 or 9024216. OLE color: 9024216.

HSL color Cylindrical-coordinate representation of color #D8B289: hue angle of 31.14º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8B289 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 137 -
CMYK 0 0.18 0.37 0.15
HSL 31.14º 0.5% 0.69% -
HSV(B) 31.14º 0.37% 0.85% -
XYZ 48.75 48.25 30.41 -
YUV 184.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 216 178 137 0 0.18 0.37 0.15 31.14 0.5 0.69
Hex D8 B2 89 0 12 25 F 1F 32 45
Octal 330 262 211 0 22 45 17 37 62 105
Binary 11011000 10110010 10001001 0 10010 100101 1111 11111 110010 1000101

Color Harmonies of #D8B289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B289

Black with #D8B289

Text Example


Text Example

White with #D8B289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B289; }

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

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

background-color css

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

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

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

border-color css

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

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

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