Html Css Color HEX #D66033 Chilean Fire

📋 copy color: '#D66033'

red 214 ◦ green 96 ◦ blue 51

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

Shades of Chilean Fire #D66033

Tints of Chilean Fire #D66033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.13%

R = 59.28%
G = 26.59%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D66033 (or 0xD66033) is known color: Chilean Fire. HEX triplet: D6, 60 and 33. RGB value is (214,96,51). Sum of RGB (Red+Green+Blue) = 214+96+51=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D66033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66033 is #299FCC. Grayscale: #7E7E7E. Windows color (decimal): -2727885 or 3367126. OLE color: 3367126.

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

Color convert

RGB 214 96 51 -
CMYK 0 0.55 0.76 0.16
HSL 16.56º 0.67% 0.52% -
HSV(B) 16.56º 0.76% 0.84% -
XYZ 32.51 22.9 5.84 -
YUV 126.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 214 96 51 0 0.55 0.76 0.16 16.56 0.67 0.52
Hex D6 60 33 0 37 4C 10 11 43 34
Octal 326 140 63 0 67 114 20 21 103 64
Binary 11010110 1100000 110011 0 110111 1001100 10000 10001 1000011 110100

Color Harmonies of #D66033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66033

Black with #D66033

Text Example


Text Example

White with #D66033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66033; }

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

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

background-color css

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

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

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

border-color css

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

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

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