Html Css Color HEX #D2B383 Calico

📋 copy color: '#D2B383'

red 210 ◦ green 179 ◦ blue 131

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

Shades of Calico #D2B383

Tints of Calico #D2B383

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.42%

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

R = 40.38%
G = 34.42%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D2B383 (or 0xD2B383) is known color: Calico. HEX triplet: D2, B3 and 83. RGB value is (210,179,131). Sum of RGB (Red+Green+Blue) = 210+179+131=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B383 is #2D4C7C. Grayscale: #B7B7B7. Windows color (decimal): -2968701 or 8631250. OLE color: 8631250.

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

Color convert

RGB 210 179 131 -
CMYK 0 0.15 0.38 0.18
HSL 36.46º 0.47% 0.67% -
HSV(B) 36.46º 0.38% 0.82% -
XYZ 46.8 47.58 28.19 -
YUV 182.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 210 179 131 0 0.15 0.38 0.18 36.46 0.47 0.67
Hex D2 B3 83 0 F 26 12 24 2F 43
Octal 322 263 203 0 17 46 22 44 57 103
Binary 11010010 10110011 10000011 0 1111 100110 10010 100100 101111 1000011

Color Harmonies of #D2B383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B383

Black with #D2B383

Text Example


Text Example

White with #D2B383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B383; }

 p { color: rgb(210,179,131); }

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

background-color css

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

 a { background-color: rgb(210,179,131); }

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

border-color css

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

 span { border-color: rgb(210,179,131); }

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