Html Css Color HEX #D06333 Chilean Fire

📋 copy color: '#D06333'

red 208 ◦ green 99 ◦ blue 51

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

Shades of Chilean Fire #D06333

Tints of Chilean Fire #D06333

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

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

R = 58.1%
G = 27.65%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D06333 (or 0xD06333) is known color: Chilean Fire. HEX triplet: D0, 63 and 33. RGB value is (208,99,51). Sum of RGB (Red+Green+Blue) = 208+99+51=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D06333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06333 is #2F9CCC. Grayscale: #7E7E7E. Windows color (decimal): -3120333 or 3367888. OLE color: 3367888.

HSL color Cylindrical-coordinate representation of color #D06333: hue angle of 18.34º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D06333 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 99 51 -
CMYK 0 0.52 0.75 0.18
HSL 18.34º 0.63% 0.51% -
HSV(B) 18.34º 0.75% 0.82% -
XYZ 31.07 22.57 5.85 -
YUV 126.12 85.61 186.4 -
System Red Green Blue C M Y K H S L
Decimal 208 99 51 0 0.52 0.75 0.18 18.34 0.63 0.51
Hex D0 63 33 0 34 4B 12 12 3F 33
Octal 320 143 63 0 64 113 22 22 77 63
Binary 11010000 1100011 110011 0 110100 1001011 10010 10010 111111 110011

Color Harmonies of #D06333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06333

Black with #D06333

Text Example


Text Example

White with #D06333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06333; }

 p { color: rgb(208,99,51); }

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

background-color css

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

 a { background-color: rgb(208,99,51); }

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

border-color css

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

 span { border-color: rgb(208,99,51); }

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