Html Css Color HEX #D5B682 Calico

📋 copy color: '#D5B682'

red 213 ◦ green 182 ◦ blue 130

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

Shades of Calico #D5B682

Tints of Calico #D5B682

RGB

 RED value IS 213 (83.59% from 255) = 40.57%

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

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

R = 40.57%
G = 34.67%
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

#D5B682 (or 0xD5B682) is known color: Calico. HEX triplet: D5, B6 and 82. RGB value is (213,182,130). Sum of RGB (Red+Green+Blue) = 213+182+130=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B682 is #2A497D. Grayscale: #B9B9B9. Windows color (decimal): -2771326 or 8566485. OLE color: 8566485.

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

Color convert

RGB 213 182 130 -
CMYK 0 0.15 0.39 0.16
HSL 37.59º 0.5% 0.67% -
HSV(B) 37.59º 0.39% 0.84% -
XYZ 48.2 49.21 28.08 -
YUV 185.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 213 182 130 0 0.15 0.39 0.16 37.59 0.5 0.67
Hex D5 B6 82 0 F 27 10 26 32 43
Octal 325 266 202 0 17 47 20 46 62 103
Binary 11010101 10110110 10000010 0 1111 100111 10000 100110 110010 1000011

Color Harmonies of #D5B682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B682

Black with #D5B682

Text Example


Text Example

White with #D5B682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B682; }

 p { color: rgb(213,182,130); }

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

background-color css

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

 a { background-color: rgb(213,182,130); }

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

border-color css

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

 span { border-color: rgb(213,182,130); }

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