Html Css Color HEX #D2B585 Calico

📋 copy color: '#D2B585'

red 210 ◦ green 181 ◦ blue 133

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

Shades of Calico #D2B585

Tints of Calico #D2B585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.38%

R = 40.08%
G = 34.54%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D2B585 (or 0xD2B585) is known color: Calico. HEX triplet: D2, B5 and 85. RGB value is (210,181,133). Sum of RGB (Red+Green+Blue) = 210+181+133=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B585 is #2D4A7A. Grayscale: #B8B8B8. Windows color (decimal): -2968187 or 8762834. OLE color: 8762834.

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

Color convert

RGB 210 181 133 -
CMYK 0 0.14 0.37 0.18
HSL 37.4º 0.46% 0.67% -
HSV(B) 37.4º 0.37% 0.82% -
XYZ 47.34 48.44 29.05 -
YUV 184.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 210 181 133 0 0.14 0.37 0.18 37.4 0.46 0.67
Hex D2 B5 85 0 E 25 12 25 2E 43
Octal 322 265 205 0 16 45 22 45 56 103
Binary 11010010 10110101 10000101 0 1110 100101 10010 100101 101110 1000011

Color Harmonies of #D2B585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B585

Black with #D2B585

Text Example


Text Example

White with #D2B585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B585; }

 p { color: rgb(210,181,133); }

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

background-color css

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

 a { background-color: rgb(210,181,133); }

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

border-color css

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

 span { border-color: rgb(210,181,133); }

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