Html Css Color HEX #D2B080 Calico

📋 copy color: '#D2B080'

red 210 ◦ green 176 ◦ blue 128

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

Shades of Calico #D2B080

Tints of Calico #D2B080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.24%

 BLUE value IS 128 (50.39% from 255) = 24.9%

R = 40.86%
G = 34.24%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D2B080 (or 0xD2B080) is known color: Calico. HEX triplet: D2, B0 and 80. RGB value is (210,176,128). Sum of RGB (Red+Green+Blue) = 210+176+128=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B080 is #2D4F7F. Grayscale: #B4B4B4. Windows color (decimal): -2969472 or 8433874. OLE color: 8433874.

HSL color Cylindrical-coordinate representation of color #D2B080: hue angle of 35.12º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2B080 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 176 128 -
CMYK 0 0.16 0.39 0.18
HSL 35.12º 0.48% 0.66% -
HSV(B) 35.12º 0.39% 0.82% -
XYZ 46 46.31 26.94 -
YUV 180.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 210 176 128 0 0.16 0.39 0.18 35.12 0.48 0.66
Hex D2 B0 80 0 10 27 12 23 30 42
Octal 322 260 200 0 20 47 22 43 60 102
Binary 11010010 10110000 10000000 0 10000 100111 10010 100011 110000 1000010

Color Harmonies of #D2B080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B080

Black with #D2B080

Text Example


Text Example

White with #D2B080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B080; }

 p { color: rgb(210,176,128); }

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

background-color css

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

 a { background-color: rgb(210,176,128); }

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

border-color css

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

 span { border-color: rgb(210,176,128); }

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