Html Css Color HEX #D06138 Chilean Fire

📋 copy color: '#D06138'

red 208 ◦ green 97 ◦ blue 56

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

Shades of Chilean Fire #D06138

Tints of Chilean Fire #D06138

RGB

 RED value IS 208 (81.64% from 255) = 57.62%

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 56 (22.27% from 255) = 15.51%

R = 57.62%
G = 26.87%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D06138 (or 0xD06138) is known color: Chilean Fire. HEX triplet: D0, 61 and 38. RGB value is (208,97,56). Sum of RGB (Red+Green+Blue) = 208+97+56=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D06138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06138 is #2F9EC7. Grayscale: #7D7D7D. Windows color (decimal): -3120840 or 3695056. OLE color: 3695056.

HSL color Cylindrical-coordinate representation of color #D06138: hue angle of 16.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D06138 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 97 56 -
CMYK 0 0.53 0.73 0.18
HSL 16.18º 0.62% 0.52% -
HSV(B) 16.18º 0.73% 0.82% -
XYZ 31 22.24 6.4 -
YUV 125.52 88.77 186.83 -
System Red Green Blue C M Y K H S L
Decimal 208 97 56 0 0.53 0.73 0.18 16.18 0.62 0.52
Hex D0 61 38 0 35 49 12 10 3E 34
Octal 320 141 70 0 65 111 22 20 76 64
Binary 11010000 1100001 111000 0 110101 1001001 10010 10000 111110 110100

Color Harmonies of #D06138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06138

Black with #D06138

Text Example


Text Example

White with #D06138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06138; }

 p { color: rgb(208,97,56); }

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

background-color css

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

 a { background-color: rgb(208,97,56); }

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

border-color css

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

 span { border-color: rgb(208,97,56); }

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