Html Css Color HEX #DBB082 Calico

📋 copy color: '#DBB082'

red 219 ◦ green 176 ◦ blue 130

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

Shades of Calico #DBB082

Tints of Calico #DBB082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.76%

R = 41.71%
G = 33.52%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBB082 (or 0xDBB082) is known color: Calico. HEX triplet: DB, B0 and 82. RGB value is (219,176,130). Sum of RGB (Red+Green+Blue) = 219+176+130=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB082 is #244F7D. Grayscale: #B7B7B7. Windows color (decimal): -2379646 or 8564955. OLE color: 8564955.

HSL color Cylindrical-coordinate representation of color #DBB082: hue angle of 31.01º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBB082 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 130 -
CMYK 0 0.20 0.41 0.14
HSL 31.01º 0.55% 0.68% -
HSV(B) 31.01º 0.41% 0.86% -
XYZ 48.77 47.72 27.76 -
YUV 183.61 97.75 153.24 -
System Red Green Blue C M Y K H S L
Decimal 219 176 130 0 0.20 0.41 0.14 31.01 0.55 0.68
Hex DB B0 82 0 14 29 E 1F 37 44
Octal 333 260 202 0 24 51 16 37 67 104
Binary 11011011 10110000 10000010 0 10100 101001 1110 11111 110111 1000100

Color Harmonies of #DBB082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB082

Black with #DBB082

Text Example


Text Example

White with #DBB082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB082; }

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

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

background-color css

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

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

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

border-color css

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

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

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