Html Css Color HEX #D0B580 Calico

📋 copy color: '#D0B580'

red 208 ◦ green 181 ◦ blue 128

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

Shades of Calico #D0B580

Tints of Calico #D0B580

RGB

 RED value IS 208 (81.64% from 255) = 40.23%

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

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

R = 40.23%
G = 35.01%
B = 24.76%

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

#D0B580 (or 0xD0B580) is known color: Calico. HEX triplet: D0, B5 and 80. RGB value is (208,181,128). Sum of RGB (Red+Green+Blue) = 208+181+128=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B580 is #2F4A7F. Grayscale: #B7B7B7. Windows color (decimal): -3099264 or 8435152. OLE color: 8435152.

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

Color convert

RGB 208 181 128 -
CMYK 0 0.13 0.38 0.18
HSL 39.75º 0.46% 0.66% -
HSV(B) 39.75º 0.38% 0.82% -
XYZ 46.43 48.02 27.24 -
YUV 183.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 208 181 128 0 0.13 0.38 0.18 39.75 0.46 0.66
Hex D0 B5 80 0 D 26 12 28 2E 42
Octal 320 265 200 0 15 46 22 50 56 102
Binary 11010000 10110101 10000000 0 1101 100110 10010 101000 101110 1000010

Color Harmonies of #D0B580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B580

Black with #D0B580

Text Example


Text Example

White with #D0B580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B580; }

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

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

background-color css

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

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

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

border-color css

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

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

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