Html Css Color HEX #D05928 Chilean Fire

📋 copy color: '#D05928'

red 208 ◦ green 89 ◦ blue 40

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

Shades of Chilean Fire #D05928

Tints of Chilean Fire #D05928

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

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

R = 61.72%
G = 26.41%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D05928 (or 0xD05928) is known color: Chilean Fire. HEX triplet: D0, 59 and 28. RGB value is (208,89,40). Sum of RGB (Red+Green+Blue) = 208+89+40=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D05928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05928 is #2FA6D7. Grayscale: #777777. Windows color (decimal): -3122904 or 2644432. OLE color: 2644432.

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

Color convert

RGB 208 89 40 -
CMYK 0 0.57 0.81 0.18
HSL 17.5º 0.68% 0.49% -
HSV(B) 17.5º 0.81% 0.82% -
XYZ 29.97 20.71 4.43 -
YUV 119 83.42 191.48 -
System Red Green Blue C M Y K H S L
Decimal 208 89 40 0 0.57 0.81 0.18 17.5 0.68 0.49
Hex D0 59 28 0 39 51 12 12 44 31
Octal 320 131 50 0 71 121 22 22 104 61
Binary 11010000 1011001 101000 0 111001 1010001 10010 10010 1000100 110001

Color Harmonies of #D05928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05928

Black with #D05928

Text Example


Text Example

White with #D05928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05928; }

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

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

background-color css

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

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

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

border-color css

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

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

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