Html Css Color HEX #DA6231 Chilean Fire

📋 copy color: '#DA6231'

red 218 ◦ green 98 ◦ blue 49

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

Shades of Chilean Fire #DA6231

Tints of Chilean Fire #DA6231

RGB

 RED value IS 218 (85.55% from 255) = 59.73%

 GREEN value IS 98 (38.67% from 255) = 26.85%

 BLUE value IS 49 (19.53% from 255) = 13.42%

R = 59.73%
G = 26.85%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA6231 (or 0xDA6231) is known color: Chilean Fire. HEX triplet: DA, 62 and 31. RGB value is (218,98,49). Sum of RGB (Red+Green+Blue) = 218+98+49=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6231 is #259DCE. Grayscale: #808080. Windows color (decimal): -2465231 or 3236570. OLE color: 3236570.

HSL color Cylindrical-coordinate representation of color #DA6231: hue angle of 17.4º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA6231 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 98 49 -
CMYK 0 0.55 0.78 0.15
HSL 17.4º 0.7% 0.52% -
HSV(B) 17.4º 0.78% 0.85% -
XYZ 33.84 23.86 5.73 -
YUV 128.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 218 98 49 0 0.55 0.78 0.15 17.4 0.7 0.52
Hex DA 62 31 0 37 4E F 11 46 34
Octal 332 142 61 0 67 116 17 21 106 64
Binary 11011010 1100010 110001 0 110111 1001110 1111 10001 1000110 110100

Color Harmonies of #DA6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6231

Black with #DA6231

Text Example


Text Example

White with #DA6231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6231; }

 p { color: rgb(218,98,49); }

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

background-color css

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

 a { background-color: rgb(218,98,49); }

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

border-color css

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

 span { border-color: rgb(218,98,49); }

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