Html Css Color HEX #D2B580 Calico

📋 copy color: '#D2B580'

red 210 ◦ green 181 ◦ blue 128

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

Shades of Calico #D2B580

Tints of Calico #D2B580

RGB

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

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

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

R = 40.46%
G = 34.87%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D2B580 (or 0xD2B580) is known color: Calico. HEX triplet: D2, B5 and 80. RGB value is (210,181,128). Sum of RGB (Red+Green+Blue) = 210+181+128=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B580 is #2D4A7F. Grayscale: #B7B7B7. Windows color (decimal): -2968192 or 8435154. OLE color: 8435154.

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

Color convert

RGB 210 181 128 -
CMYK 0 0.14 0.39 0.18
HSL 38.78º 0.48% 0.66% -
HSV(B) 38.78º 0.39% 0.82% -
XYZ 47 48.31 27.27 -
YUV 183.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 210 181 128 0 0.14 0.39 0.18 38.78 0.48 0.66
Hex D2 B5 80 0 E 27 12 27 30 42
Octal 322 265 200 0 16 47 22 47 60 102
Binary 11010010 10110101 10000000 0 1110 100111 10010 100111 110000 1000010

Color Harmonies of #D2B580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B580

Black with #D2B580

Text Example


Text Example

White with #D2B580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B580; }

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

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

background-color css

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

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

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

border-color css

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

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

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