Html Css Color HEX #DBB085 Calico

📋 copy color: '#DBB085'

red 219 ◦ green 176 ◦ blue 133

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

Shades of Calico #DBB085

Tints of Calico #DBB085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.33%

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

R = 41.48%
G = 33.33%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBB085 (or 0xDBB085) is known color: Calico. HEX triplet: DB, B0 and 85. RGB value is (219,176,133). Sum of RGB (Red+Green+Blue) = 219+176+133=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB085 is #244F7A. Grayscale: #B8B8B8. Windows color (decimal): -2379643 or 8761563. OLE color: 8761563.

HSL color Cylindrical-coordinate representation of color #DBB085: hue angle of 30º 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 #DBB085 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 133 -
CMYK 0 0.20 0.39 0.14
HSL 30º 0.54% 0.69% -
HSV(B) 30º 0.39% 0.86% -
XYZ 48.97 47.8 28.84 -
YUV 183.96 99.25 153 -
System Red Green Blue C M Y K H S L
Decimal 219 176 133 0 0.20 0.39 0.14 30 0.54 0.69
Hex DB B0 85 0 14 27 E 1E 36 45
Octal 333 260 205 0 24 47 16 36 66 105
Binary 11011011 10110000 10000101 0 10100 100111 1110 11110 110110 1000101

Color Harmonies of #DBB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB085

Black with #DBB085

Text Example


Text Example

White with #DBB085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB085; }

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

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

background-color css

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

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

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

border-color css

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

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

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