Html Css Color HEX #D6B583 Calico

📋 copy color: '#D6B583'

red 214 ◦ green 181 ◦ blue 131

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

Shades of Calico #D6B583

Tints of Calico #D6B583

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.41%

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

R = 40.68%
G = 34.41%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D6B583 (or 0xD6B583) is known color: Calico. HEX triplet: D6, B5 and 83. RGB value is (214,181,131). Sum of RGB (Red+Green+Blue) = 214+181+131=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B583 is #294A7C. Grayscale: #B9B9B9. Windows color (decimal): -2706045 or 8631766. OLE color: 8631766.

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

Color convert

RGB 214 181 131 -
CMYK 0 0.15 0.39 0.16
HSL 36.14º 0.5% 0.68% -
HSV(B) 36.14º 0.39% 0.84% -
XYZ 48.35 48.98 28.38 -
YUV 185.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 214 181 131 0 0.15 0.39 0.16 36.14 0.5 0.68
Hex D6 B5 83 0 F 27 10 24 32 44
Octal 326 265 203 0 17 47 20 44 62 104
Binary 11010110 10110101 10000011 0 1111 100111 10000 100100 110010 1000100

Color Harmonies of #D6B583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B583

Black with #D6B583

Text Example


Text Example

White with #D6B583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B583; }

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

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

background-color css

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

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

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

border-color css

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

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

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