Html Css Color HEX #D6B783 Calico

📋 copy color: '#D6B783'

red 214 ◦ green 183 ◦ blue 131

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

Shades of Calico #D6B783

Tints of Calico #D6B783

RGB

 RED value IS 214 (83.98% from 255) = 40.53%

 GREEN value IS 183 (71.88% from 255) = 34.66%

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

R = 40.53%
G = 34.66%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D6B783 (or 0xD6B783) is known color: Calico. HEX triplet: D6, B7 and 83. RGB value is (214,183,131). Sum of RGB (Red+Green+Blue) = 214+183+131=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B783 is #29487C. Grayscale: #BABABA. Windows color (decimal): -2705533 or 8632278. OLE color: 8632278.

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

Color convert

RGB 214 183 131 -
CMYK 0 0.14 0.39 0.16
HSL 37.59º 0.5% 0.68% -
HSV(B) 37.59º 0.39% 0.84% -
XYZ 48.76 49.8 28.52 -
YUV 186.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 214 183 131 0 0.14 0.39 0.16 37.59 0.5 0.68
Hex D6 B7 83 0 E 27 10 26 32 44
Octal 326 267 203 0 16 47 20 46 62 104
Binary 11010110 10110111 10000011 0 1110 100111 10000 100110 110010 1000100

Color Harmonies of #D6B783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B783

Black with #D6B783

Text Example


Text Example

White with #D6B783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B783; }

 p { color: rgb(214,183,131); }

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

background-color css

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

 a { background-color: rgb(214,183,131); }

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

border-color css

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

 span { border-color: rgb(214,183,131); }

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