Html Css Color HEX #D66028 Chilean Fire

📋 copy color: '#D66028'

red 214 ◦ green 96 ◦ blue 40

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

Shades of Chilean Fire #D66028

Tints of Chilean Fire #D66028

RGB

 RED value IS 214 (83.98% from 255) = 61.14%

 GREEN value IS 96 (37.89% from 255) = 27.43%

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

R = 61.14%
G = 27.43%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D66028 (or 0xD66028) is known color: Chilean Fire. HEX triplet: D6, 60 and 28. RGB value is (214,96,40). Sum of RGB (Red+Green+Blue) = 214+96+40=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D66028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66028 is #299FD7. Grayscale: #7D7D7D. Windows color (decimal): -2727896 or 2646230. OLE color: 2646230.

HSL color Cylindrical-coordinate representation of color #D66028: hue angle of 19.31º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D66028 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 96 40 -
CMYK 0 0.55 0.81 0.16
HSL 19.31º 0.69% 0.5% -
HSV(B) 19.31º 0.81% 0.84% -
XYZ 32.3 22.82 4.71 -
YUV 124.9 80.09 191.55 -
System Red Green Blue C M Y K H S L
Decimal 214 96 40 0 0.55 0.81 0.16 19.31 0.69 0.5
Hex D6 60 28 0 37 51 10 13 45 32
Octal 326 140 50 0 67 121 20 23 105 62
Binary 11010110 1100000 101000 0 110111 1010001 10000 10011 1000101 110010

Color Harmonies of #D66028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66028

Black with #D66028

Text Example


Text Example

White with #D66028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66028; }

 p { color: rgb(214,96,40); }

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

background-color css

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

 a { background-color: rgb(214,96,40); }

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

border-color css

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

 span { border-color: rgb(214,96,40); }

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