Html Css Color HEX #DA6030 Chilean Fire

📋 copy color: '#DA6030'

red 218 ◦ green 96 ◦ blue 48

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

Shades of Chilean Fire #DA6030

Tints of Chilean Fire #DA6030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

 BLUE value IS 48 (19.14% from 255) = 13.26%

R = 60.22%
G = 26.52%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA6030 (or 0xDA6030) is known color: Chilean Fire. HEX triplet: DA, 60 and 30. RGB value is (218,96,48). Sum of RGB (Red+Green+Blue) = 218+96+48=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6030 is #259FCF. Grayscale: #7F7F7F. Windows color (decimal): -2465744 or 3170522. OLE color: 3170522.

HSL color Cylindrical-coordinate representation of color #DA6030: hue angle of 16.94º 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 #DA6030 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 96 48 -
CMYK 0 0.56 0.78 0.15
HSL 16.94º 0.7% 0.52% -
HSV(B) 16.94º 0.78% 0.85% -
XYZ 33.63 23.48 5.56 -
YUV 127.01 83.42 192.9 -
System Red Green Blue C M Y K H S L
Decimal 218 96 48 0 0.56 0.78 0.15 16.94 0.7 0.52
Hex DA 60 30 0 38 4E F 11 46 34
Octal 332 140 60 0 70 116 17 21 106 64
Binary 11011010 1100000 110000 0 111000 1001110 1111 10001 1000110 110100

Color Harmonies of #DA6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6030

Black with #DA6030

Text Example


Text Example

White with #DA6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6030; }

 p { color: rgb(218,96,48); }

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

background-color css

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

 a { background-color: rgb(218,96,48); }

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

border-color css

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

 span { border-color: rgb(218,96,48); }

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