Html Css Color HEX #CE8324 Dixie

📋 copy color: '#CE8324'

red 206 ◦ green 131 ◦ blue 36

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

Shades of Dixie #CE8324

Tints of Dixie #CE8324

RGB

 RED value IS 206 (80.86% from 255) = 55.23%

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 36 (14.45% from 255) = 9.65%

R = 55.23%
G = 35.12%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE8324 (or 0xCE8324) is known color: Dixie. HEX triplet: CE, 83 and 24. RGB value is (206,131,36). Sum of RGB (Red+Green+Blue) = 206+131+36=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8324 is #317CDB. Grayscale: #8F8F8F. Windows color (decimal): -3243228 or 2393038. OLE color: 2393038.

HSL color Cylindrical-coordinate representation of color #CE8324: hue angle of 33.53º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE8324 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 36 -
CMYK 0 0.36 0.83 0.19
HSL 33.53º 0.7% 0.47% -
HSV(B) 33.53º 0.83% 0.81% -
XYZ 33.89 29.48 5.57 -
YUV 142.6 67.85 173.22 -
System Red Green Blue C M Y K H S L
Decimal 206 131 36 0 0.36 0.83 0.19 33.53 0.7 0.47
Hex CE 83 24 0 24 53 13 22 46 2F
Octal 316 203 44 0 44 123 23 42 106 57
Binary 11001110 10000011 100100 0 100100 1010011 10011 100010 1000110 101111

Color Harmonies of #CE8324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8324

Black with #CE8324

Text Example


Text Example

White with #CE8324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8324; }

 p { color: rgb(206,131,36); }

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

background-color css

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

 a { background-color: rgb(206,131,36); }

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

border-color css

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

 span { border-color: rgb(206,131,36); }

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