Html Css Color HEX #D06137 Chilean Fire

📋 copy color: '#D06137'

red 208 ◦ green 97 ◦ blue 55

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

Shades of Chilean Fire #D06137

Tints of Chilean Fire #D06137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.28%

R = 57.78%
G = 26.94%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D06137 (or 0xD06137) is known color: Chilean Fire. HEX triplet: D0, 61 and 37. RGB value is (208,97,55). Sum of RGB (Red+Green+Blue) = 208+97+55=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D06137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06137 is #2F9EC8. Grayscale: #7D7D7D. Windows color (decimal): -3120841 or 3629520. OLE color: 3629520.

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

Color convert

RGB 208 97 55 -
CMYK 0 0.53 0.74 0.18
HSL 16.47º 0.62% 0.52% -
HSV(B) 16.47º 0.74% 0.82% -
XYZ 30.98 22.24 6.27 -
YUV 125.4 88.27 186.92 -
System Red Green Blue C M Y K H S L
Decimal 208 97 55 0 0.53 0.74 0.18 16.47 0.62 0.52
Hex D0 61 37 0 35 4A 12 10 3E 34
Octal 320 141 67 0 65 112 22 20 76 64
Binary 11010000 1100001 110111 0 110101 1001010 10010 10000 111110 110100

Color Harmonies of #D06137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06137

Black with #D06137

Text Example


Text Example

White with #D06137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06137; }

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

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

background-color css

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

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

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

border-color css

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

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

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