Html Css Color HEX #DBB284 Calico

📋 copy color: '#DBB284'

red 219 ◦ green 178 ◦ blue 132

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

Shades of Calico #DBB284

Tints of Calico #DBB284

RGB

 RED value IS 219 (85.94% from 255) = 41.4%

 GREEN value IS 178 (69.92% from 255) = 33.65%

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

R = 41.4%
G = 33.65%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DBB284 (or 0xDBB284) is known color: Calico. HEX triplet: DB, B2 and 84. RGB value is (219,178,132). Sum of RGB (Red+Green+Blue) = 219+178+132=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB284 is #244D7B. Grayscale: #B9B9B9. Windows color (decimal): -2379132 or 8696539. OLE color: 8696539.

HSL color Cylindrical-coordinate representation of color #DBB284: hue angle of 31.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBB284 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 132 -
CMYK 0 0.19 0.40 0.14
HSL 31.72º 0.55% 0.69% -
HSV(B) 31.72º 0.4% 0.86% -
XYZ 49.3 48.57 28.61 -
YUV 185.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 219 178 132 0 0.19 0.40 0.14 31.72 0.55 0.69
Hex DB B2 84 0 13 28 E 20 37 45
Octal 333 262 204 0 23 50 16 40 67 105
Binary 11011011 10110010 10000100 0 10011 101000 1110 100000 110111 1000101

Color Harmonies of #DBB284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB284

Black with #DBB284

Text Example


Text Example

White with #DBB284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB284; }

 p { color: rgb(219,178,132); }

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

background-color css

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

 a { background-color: rgb(219,178,132); }

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

border-color css

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

 span { border-color: rgb(219,178,132); }

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