Html Css Color HEX #DBB285 Calico

📋 copy color: '#DBB285'

red 219 ◦ green 178 ◦ blue 133

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

Shades of Calico #DBB285

Tints of Calico #DBB285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.09%

R = 41.32%
G = 33.58%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBB285 (or 0xDBB285) is known color: Calico. HEX triplet: DB, B2 and 85. RGB value is (219,178,133). Sum of RGB (Red+Green+Blue) = 219+178+133=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB285 is #244D7A. Grayscale: #B9B9B9. Windows color (decimal): -2379131 or 8762075. OLE color: 8762075.

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

Color convert

RGB 219 178 133 -
CMYK 0 0.19 0.39 0.14
HSL 31.4º 0.54% 0.69% -
HSV(B) 31.4º 0.39% 0.86% -
XYZ 49.37 48.59 28.97 -
YUV 185.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 219 178 133 0 0.19 0.39 0.14 31.4 0.54 0.69
Hex DB B2 85 0 13 27 E 1F 36 45
Octal 333 262 205 0 23 47 16 37 66 105
Binary 11011011 10110010 10000101 0 10011 100111 1110 11111 110110 1000101

Color Harmonies of #DBB285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB285

Black with #DBB285

Text Example


Text Example

White with #DBB285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB285; }

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

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

background-color css

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

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

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

border-color css

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

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

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