Html Css Color HEX #D06128 Chilean Fire

📋 copy color: '#D06128'

red 208 ◦ green 97 ◦ blue 40

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

Shades of Chilean Fire #D06128

Tints of Chilean Fire #D06128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 60.29%
G = 28.12%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D06128 (or 0xD06128) is known color: Chilean Fire. HEX triplet: D0, 61 and 28. RGB value is (208,97,40). Sum of RGB (Red+Green+Blue) = 208+97+40=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D06128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06128 is #2F9ED7. Grayscale: #7C7C7C. Windows color (decimal): -3120856 or 2646480. OLE color: 2646480.

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

Color convert

RGB 208 97 40 -
CMYK 0 0.53 0.81 0.18
HSL 20.36º 0.68% 0.49% -
HSV(B) 20.36º 0.81% 0.82% -
XYZ 30.67 22.11 4.66 -
YUV 123.69 80.77 188.13 -
System Red Green Blue C M Y K H S L
Decimal 208 97 40 0 0.53 0.81 0.18 20.36 0.68 0.49
Hex D0 61 28 0 35 51 12 14 44 31
Octal 320 141 50 0 65 121 22 24 104 61
Binary 11010000 1100001 101000 0 110101 1010001 10010 10100 1000100 110001

Color Harmonies of #D06128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06128

Black with #D06128

Text Example


Text Example

White with #D06128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06128; }

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

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

background-color css

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

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

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

border-color css

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

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

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