Html Css Color HEX #D6B582 Calico

📋 copy color: '#D6B582'

red 214 ◦ green 181 ◦ blue 130

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

Shades of Calico #D6B582

Tints of Calico #D6B582

RGB

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

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

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

R = 40.76%
G = 34.48%
B = 24.76%

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

#D6B582 (or 0xD6B582) is known color: Calico. HEX triplet: D6, B5 and 82. RGB value is (214,181,130). Sum of RGB (Red+Green+Blue) = 214+181+130=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B582 is #294A7D. Grayscale: #B9B9B9. Windows color (decimal): -2706046 or 8566230. OLE color: 8566230.

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

Color convert

RGB 214 181 130 -
CMYK 0 0.15 0.39 0.16
HSL 36.43º 0.51% 0.67% -
HSV(B) 36.43º 0.39% 0.84% -
XYZ 48.28 48.96 28.02 -
YUV 185.05 96.93 148.65 -
System Red Green Blue C M Y K H S L
Decimal 214 181 130 0 0.15 0.39 0.16 36.43 0.51 0.67
Hex D6 B5 82 0 F 27 10 24 33 43
Octal 326 265 202 0 17 47 20 44 63 103
Binary 11010110 10110101 10000010 0 1111 100111 10000 100100 110011 1000011

Color Harmonies of #D6B582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B582

Black with #D6B582

Text Example


Text Example

White with #D6B582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B582; }

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

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

background-color css

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

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

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

border-color css

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

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

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