Html Css Color HEX #D8B683 Calico

📋 copy color: '#D8B683'

red 216 ◦ green 182 ◦ blue 131

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

Shades of Calico #D8B683

Tints of Calico #D8B683

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.4%

 BLUE value IS 131 (51.56% from 255) = 24.76%

R = 40.83%
G = 34.4%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D8B683 (or 0xD8B683) is known color: Calico. HEX triplet: D8, B6 and 83. RGB value is (216,182,131). Sum of RGB (Red+Green+Blue) = 216+182+131=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B683 is #27497C. Grayscale: #BABABA. Windows color (decimal): -2574717 or 8632024. OLE color: 8632024.

HSL color Cylindrical-coordinate representation of color #D8B683: hue angle of 36º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8B683 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 182 131 -
CMYK 0 0.16 0.39 0.15
HSL 36º 0.52% 0.68% -
HSV(B) 36º 0.39% 0.85% -
XYZ 49.14 49.69 28.47 -
YUV 186.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 216 182 131 0 0.16 0.39 0.15 36 0.52 0.68
Hex D8 B6 83 0 10 27 F 24 34 44
Octal 330 266 203 0 20 47 17 44 64 104
Binary 11011000 10110110 10000011 0 10000 100111 1111 100100 110100 1000100

Color Harmonies of #D8B683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B683

Black with #D8B683

Text Example


Text Example

White with #D8B683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B683; }

 p { color: rgb(216,182,131); }

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

background-color css

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

 a { background-color: rgb(216,182,131); }

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

border-color css

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

 span { border-color: rgb(216,182,131); }

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