Html Css Color HEX #D0B384 Calico

📋 copy color: '#D0B384'

red 208 ◦ green 179 ◦ blue 132

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

Shades of Calico #D0B384

Tints of Calico #D0B384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.43%

R = 40.08%
G = 34.49%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D0B384 (or 0xD0B384) is known color: Calico. HEX triplet: D0, B3 and 84. RGB value is (208,179,132). Sum of RGB (Red+Green+Blue) = 208+179+132=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B384 is #2F4C7B. Grayscale: #B6B6B6. Windows color (decimal): -3099772 or 8696784. OLE color: 8696784.

HSL color Cylindrical-coordinate representation of color #D0B384: hue angle of 37.11º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0B384 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 179 132 -
CMYK 0 0.14 0.37 0.18
HSL 37.11º 0.45% 0.67% -
HSV(B) 37.11º 0.37% 0.82% -
XYZ 46.3 47.32 28.52 -
YUV 182.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 208 179 132 0 0.14 0.37 0.18 37.11 0.45 0.67
Hex D0 B3 84 0 E 25 12 25 2D 43
Octal 320 263 204 0 16 45 22 45 55 103
Binary 11010000 10110011 10000100 0 1110 100101 10010 100101 101101 1000011

Color Harmonies of #D0B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B384

Black with #D0B384

Text Example


Text Example

White with #D0B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B384; }

 p { color: rgb(208,179,132); }

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

background-color css

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

 a { background-color: rgb(208,179,132); }

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

border-color css

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

 span { border-color: rgb(208,179,132); }

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