Html Css Color HEX #DBB47E Calico

📋 copy color: '#DBB47E'

red 219 ◦ green 180 ◦ blue 126

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

Shades of Calico #DBB47E

Tints of Calico #DBB47E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.29%

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

R = 41.71%
G = 34.29%
B = 24%

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

#DBB47E (or 0xDBB47E) is known color: Calico. HEX triplet: DB, B4 and 7E. RGB value is (219,180,126). Sum of RGB (Red+Green+Blue) = 219+180+126=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB47E is #244B81. Grayscale: #B9B9B9. Windows color (decimal): -2378626 or 8303835. OLE color: 8303835.

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

Color convert

RGB 219 180 126 -
CMYK 0 0.18 0.42 0.14
HSL 34.84º 0.56% 0.68% -
HSV(B) 34.84º 0.42% 0.86% -
XYZ 49.3 49.21 26.64 -
YUV 185.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 219 180 126 0 0.18 0.42 0.14 34.84 0.56 0.68
Hex DB B4 7E 0 12 2A E 23 38 44
Octal 333 264 176 0 22 52 16 43 70 104
Binary 11011011 10110100 1111110 0 10010 101010 1110 100011 111000 1000100

Color Harmonies of #DBB47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB47E

Black with #DBB47E

Text Example


Text Example

White with #DBB47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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