Html Css Color HEX #DBB37E Calico

📋 copy color: '#DBB37E'

red 219 ◦ green 179 ◦ blue 126

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

Shades of Calico #DBB37E

Tints of Calico #DBB37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.05%

R = 41.79%
G = 34.16%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBB37E (or 0xDBB37E) is known color: Calico. HEX triplet: DB, B3 and 7E. RGB value is (219,179,126). Sum of RGB (Red+Green+Blue) = 219+179+126=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB37E is #244C81. Grayscale: #B9B9B9. Windows color (decimal): -2378882 or 8303579. OLE color: 8303579.

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

Color convert

RGB 219 179 126 -
CMYK 0 0.18 0.42 0.14
HSL 34.19º 0.56% 0.68% -
HSV(B) 34.19º 0.42% 0.86% -
XYZ 49.1 48.81 26.57 -
YUV 184.92 94.75 152.31 -
System Red Green Blue C M Y K H S L
Decimal 219 179 126 0 0.18 0.42 0.14 34.19 0.56 0.68
Hex DB B3 7E 0 12 2A E 22 38 44
Octal 333 263 176 0 22 52 16 42 70 104
Binary 11011011 10110011 1111110 0 10010 101010 1110 100010 111000 1000100

Color Harmonies of #DBB37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB37E

Black with #DBB37E

Text Example


Text Example

White with #DBB37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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