Html Css Color HEX #D76033 Chilean Fire

📋 copy color: '#D76033'

red 215 ◦ green 96 ◦ blue 51

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

Shades of Chilean Fire #D76033

Tints of Chilean Fire #D76033

RGB

 RED value IS 215 (84.38% from 255) = 59.39%

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

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

R = 59.39%
G = 26.52%
B = 14.09%

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

#D76033 (or 0xD76033) is known color: Chilean Fire. HEX triplet: D7, 60 and 33. RGB value is (215,96,51). Sum of RGB (Red+Green+Blue) = 215+96+51=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D76033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76033 is #289FCC. Grayscale: #7E7E7E. Windows color (decimal): -2662349 or 3367127. OLE color: 3367127.

HSL color Cylindrical-coordinate representation of color #D76033: hue angle of 16.46º 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 #D76033 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 96 51 -
CMYK 0 0.55 0.76 0.16
HSL 16.46º 0.67% 0.52% -
HSV(B) 16.46º 0.76% 0.84% -
XYZ 32.8 23.05 5.85 -
YUV 126.45 85.42 191.16 -
System Red Green Blue C M Y K H S L
Decimal 215 96 51 0 0.55 0.76 0.16 16.46 0.67 0.52
Hex D7 60 33 0 37 4C 10 10 43 34
Octal 327 140 63 0 67 114 20 20 103 64
Binary 11010111 1100000 110011 0 110111 1001100 10000 10000 1000011 110100

Color Harmonies of #D76033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76033

Black with #D76033

Text Example


Text Example

White with #D76033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76033; }

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

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

background-color css

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

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

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

border-color css

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

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

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