Html Css Color HEX #D2B682 Calico

📋 copy color: '#D2B682'

red 210 ◦ green 182 ◦ blue 130

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

Shades of Calico #D2B682

Tints of Calico #D2B682

RGB

 RED value IS 210 (82.42% from 255) = 40.23%

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

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

R = 40.23%
G = 34.87%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D2B682 (or 0xD2B682) is known color: Calico. HEX triplet: D2, B6 and 82. RGB value is (210,182,130). Sum of RGB (Red+Green+Blue) = 210+182+130=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B682 is #2D497D. Grayscale: #B8B8B8. Windows color (decimal): -2967934 or 8566482. OLE color: 8566482.

HSL color Cylindrical-coordinate representation of color #D2B682: hue angle of 39º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2B682 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 182 130 -
CMYK 0 0.13 0.38 0.18
HSL 39º 0.47% 0.67% -
HSV(B) 39º 0.38% 0.82% -
XYZ 47.34 48.77 28.04 -
YUV 184.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 210 182 130 0 0.13 0.38 0.18 39 0.47 0.67
Hex D2 B6 82 0 D 26 12 27 2F 43
Octal 322 266 202 0 15 46 22 47 57 103
Binary 11010010 10110110 10000010 0 1101 100110 10010 100111 101111 1000011

Color Harmonies of #D2B682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B682

Black with #D2B682

Text Example


Text Example

White with #D2B682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B682; }

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

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

background-color css

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

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

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

border-color css

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

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

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