Html Css Color HEX #DB522F Chilean Fire

📋 copy color: '#DB522F'

red 219 ◦ green 82 ◦ blue 47

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

Shades of Chilean Fire #DB522F

Tints of Chilean Fire #DB522F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.56%

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 62.93%
G = 23.56%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB522F (or 0xDB522F) is known color: Chilean Fire. HEX triplet: DB, 52 and 2F. RGB value is (219,82,47). Sum of RGB (Red+Green+Blue) = 219+82+47=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB522F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB522F is #24ADD0. Grayscale: #777777. Windows color (decimal): -2403793 or 3101403. OLE color: 3101403.

HSL color Cylindrical-coordinate representation of color #DB522F: hue angle of 12.21º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB522F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 47 -
CMYK 0 0.63 0.79 0.14
HSL 12.21º 0.7% 0.52% -
HSV(B) 12.21º 0.79% 0.86% -
XYZ 32.74 21.3 5.07 -
YUV 118.97 87.39 199.35 -
System Red Green Blue C M Y K H S L
Decimal 219 82 47 0 0.63 0.79 0.14 12.21 0.7 0.52
Hex DB 52 2F 0 3F 4F E C 46 34
Octal 333 122 57 0 77 117 16 14 106 64
Binary 11011011 1010010 101111 0 111111 1001111 1110 1100 1000110 110100

Color Harmonies of #DB522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB522F

Black with #DB522F

Text Example


Text Example

White with #DB522F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB522F; }

 p { color: rgb(219,82,47); }

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

background-color css

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

 a { background-color: rgb(219,82,47); }

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

border-color css

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

 span { border-color: rgb(219,82,47); }

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