Html Css Color HEX #DBB083 Calico

📋 copy color: '#DBB083'

red 219 ◦ green 176 ◦ blue 131

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

Shades of Calico #DBB083

Tints of Calico #DBB083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.9%

R = 41.63%
G = 33.46%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DBB083 (or 0xDBB083) is known color: Calico. HEX triplet: DB, B0 and 83. RGB value is (219,176,131). Sum of RGB (Red+Green+Blue) = 219+176+131=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB083 is #244F7C. Grayscale: #B7B7B7. Windows color (decimal): -2379645 or 8630491. OLE color: 8630491.

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

Color convert

RGB 219 176 131 -
CMYK 0 0.20 0.40 0.14
HSL 30.68º 0.55% 0.69% -
HSV(B) 30.68º 0.4% 0.86% -
XYZ 48.84 47.75 28.12 -
YUV 183.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 219 176 131 0 0.20 0.40 0.14 30.68 0.55 0.69
Hex DB B0 83 0 14 28 E 1F 37 45
Octal 333 260 203 0 24 50 16 37 67 105
Binary 11011011 10110000 10000011 0 10100 101000 1110 11111 110111 1000101

Color Harmonies of #DBB083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB083

Black with #DBB083

Text Example


Text Example

White with #DBB083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB083; }

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

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

background-color css

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

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

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

border-color css

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

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

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