Html Css Color HEX #D06338 Chilean Fire

📋 copy color: '#D06338'

red 208 ◦ green 99 ◦ blue 56

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

Shades of Chilean Fire #D06338

Tints of Chilean Fire #D06338

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.27%

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

R = 57.3%
G = 27.27%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D06338 (or 0xD06338) is known color: Chilean Fire. HEX triplet: D0, 63 and 38. RGB value is (208,99,56). Sum of RGB (Red+Green+Blue) = 208+99+56=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D06338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06338 is #2F9CC7. Grayscale: #7E7E7E. Windows color (decimal): -3120328 or 3695568. OLE color: 3695568.

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

Color convert

RGB 208 99 56 -
CMYK 0 0.52 0.73 0.18
HSL 16.97º 0.62% 0.52% -
HSV(B) 16.97º 0.73% 0.82% -
XYZ 31.19 22.62 6.46 -
YUV 126.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 208 99 56 0 0.52 0.73 0.18 16.97 0.62 0.52
Hex D0 63 38 0 34 49 12 11 3E 34
Octal 320 143 70 0 64 111 22 21 76 64
Binary 11010000 1100011 111000 0 110100 1001001 10010 10001 111110 110100

Color Harmonies of #D06338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06338

Black with #D06338

Text Example


Text Example

White with #D06338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06338; }

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

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

background-color css

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

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

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

border-color css

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

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

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