Html Css Color HEX #DBB381 Calico

📋 copy color: '#DBB381'

red 219 ◦ green 179 ◦ blue 129

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

Shades of Calico #DBB381

Tints of Calico #DBB381

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.97%

 BLUE value IS 129 (50.78% from 255) = 24.48%

R = 41.56%
G = 33.97%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBB381 (or 0xDBB381) is known color: Calico. HEX triplet: DB, B3 and 81. RGB value is (219,179,129). Sum of RGB (Red+Green+Blue) = 219+179+129=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB381 is #244C7E. Grayscale: #B9B9B9. Windows color (decimal): -2378879 or 8500187. OLE color: 8500187.

HSL color Cylindrical-coordinate representation of color #DBB381: hue angle of 33.33º degrees, saturation: 0.56, 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 #DBB381 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 129 -
CMYK 0 0.18 0.41 0.14
HSL 33.33º 0.56% 0.68% -
HSV(B) 33.33º 0.41% 0.86% -
XYZ 49.3 48.89 27.61 -
YUV 185.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 219 179 129 0 0.18 0.41 0.14 33.33 0.56 0.68
Hex DB B3 81 0 12 29 E 21 38 44
Octal 333 263 201 0 22 51 16 41 70 104
Binary 11011011 10110011 10000001 0 10010 101001 1110 100001 111000 1000100

Color Harmonies of #DBB381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB381

Black with #DBB381

Text Example


Text Example

White with #DBB381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB381; }

 p { color: rgb(219,179,129); }

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

background-color css

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

 a { background-color: rgb(219,179,129); }

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

border-color css

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

 span { border-color: rgb(219,179,129); }

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