Html Css Color HEX #D66438 Chilean Fire

📋 copy color: '#D66438'

red 214 ◦ green 100 ◦ blue 56

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

Shades of Chilean Fire #D66438

Tints of Chilean Fire #D66438

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

 BLUE value IS 56 (22.27% from 255) = 15.14%

R = 57.84%
G = 27.03%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D66438 (or 0xD66438) is known color: Chilean Fire. HEX triplet: D6, 64 and 38. RGB value is (214,100,56). Sum of RGB (Red+Green+Blue) = 214+100+56=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D66438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66438 is #299BC7. Grayscale: #818181. Windows color (decimal): -2726856 or 3695830. OLE color: 3695830.

HSL color Cylindrical-coordinate representation of color #D66438: hue angle of 16.71º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D66438 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 56 -
CMYK 0 0.53 0.74 0.16
HSL 16.71º 0.66% 0.53% -
HSV(B) 16.71º 0.74% 0.84% -
XYZ 33 23.7 6.58 -
YUV 129.07 86.77 188.58 -
System Red Green Blue C M Y K H S L
Decimal 214 100 56 0 0.53 0.74 0.16 16.71 0.66 0.53
Hex D6 64 38 0 35 4A 10 11 42 35
Octal 326 144 70 0 65 112 20 21 102 65
Binary 11010110 1100100 111000 0 110101 1001010 10000 10001 1000010 110101

Color Harmonies of #D66438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66438

Black with #D66438

Text Example


Text Example

White with #D66438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66438; }

 p { color: rgb(214,100,56); }

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

background-color css

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

 a { background-color: rgb(214,100,56); }

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

border-color css

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

 span { border-color: rgb(214,100,56); }

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