Html Css Color HEX #D8B482 Calico

📋 copy color: '#D8B482'

red 216 ◦ green 180 ◦ blue 130

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

Shades of Calico #D8B482

Tints of Calico #D8B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.22%

 BLUE value IS 130 (51.17% from 255) = 24.71%

R = 41.06%
G = 34.22%
B = 24.71%

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

#D8B482 (or 0xD8B482) is known color: Calico. HEX triplet: D8, B4 and 82. RGB value is (216,180,130). Sum of RGB (Red+Green+Blue) = 216+180+130=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B482 is #274B7D. Grayscale: #B9B9B9. Windows color (decimal): -2575230 or 8565976. OLE color: 8565976.

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

Color convert

RGB 216 180 130 -
CMYK 0 0.17 0.40 0.15
HSL 34.88º 0.52% 0.68% -
HSV(B) 34.88º 0.4% 0.85% -
XYZ 48.67 48.85 27.98 -
YUV 185.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 216 180 130 0 0.17 0.40 0.15 34.88 0.52 0.68
Hex D8 B4 82 0 11 28 F 23 34 44
Octal 330 264 202 0 21 50 17 43 64 104
Binary 11011000 10110100 10000010 0 10001 101000 1111 100011 110100 1000100

Color Harmonies of #D8B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B482

Black with #D8B482

Text Example


Text Example

White with #D8B482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B482; }

 p { color: rgb(216,180,130); }

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

background-color css

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

 a { background-color: rgb(216,180,130); }

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

border-color css

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

 span { border-color: rgb(216,180,130); }

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