Html Css Color HEX #D0B482 Calico

📋 copy color: '#D0B482'

red 208 ◦ green 180 ◦ blue 130

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

Shades of Calico #D0B482

Tints of Calico #D0B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.75%

 BLUE value IS 130 (51.17% from 255) = 25.1%

R = 40.15%
G = 34.75%
B = 25.1%

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

#D0B482 (or 0xD0B482) is known color: Calico. HEX triplet: D0, B4 and 82. RGB value is (208,180,130). Sum of RGB (Red+Green+Blue) = 208+180+130=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B482 is #2F4B7D. Grayscale: #B6B6B6. Windows color (decimal): -3099518 or 8565968. OLE color: 8565968.

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

Color convert

RGB 208 180 130 -
CMYK 0 0.13 0.38 0.18
HSL 38.46º 0.45% 0.66% -
HSV(B) 38.46º 0.38% 0.82% -
XYZ 46.36 47.66 27.88 -
YUV 182.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 208 180 130 0 0.13 0.38 0.18 38.46 0.45 0.66
Hex D0 B4 82 0 D 26 12 26 2D 42
Octal 320 264 202 0 15 46 22 46 55 102
Binary 11010000 10110100 10000010 0 1101 100110 10010 100110 101101 1000010

Color Harmonies of #D0B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B482

Black with #D0B482

Text Example


Text Example

White with #D0B482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B482; }

 p { color: rgb(208,180,130); }

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

background-color css

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

 a { background-color: rgb(208,180,130); }

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

border-color css

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

 span { border-color: rgb(208,180,130); }

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