Html Css Color HEX #CE8326 Dixie

📋 copy color: '#CE8326'

red 206 ◦ green 131 ◦ blue 38

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

Shades of Dixie #CE8326

Tints of Dixie #CE8326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.13%

R = 54.93%
G = 34.93%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE8326 (or 0xCE8326) is known color: Dixie. HEX triplet: CE, 83 and 26. RGB value is (206,131,38). Sum of RGB (Red+Green+Blue) = 206+131+38=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8326 is #317CD9. Grayscale: #8F8F8F. Windows color (decimal): -3243226 or 2524110. OLE color: 2524110.

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

Color convert

RGB 206 131 38 -
CMYK 0 0.36 0.82 0.19
HSL 33.21º 0.69% 0.48% -
HSV(B) 33.21º 0.82% 0.81% -
XYZ 33.92 29.49 5.74 -
YUV 142.82 68.85 173.06 -
System Red Green Blue C M Y K H S L
Decimal 206 131 38 0 0.36 0.82 0.19 33.21 0.69 0.48
Hex CE 83 26 0 24 52 13 21 45 30
Octal 316 203 46 0 44 122 23 41 105 60
Binary 11001110 10000011 100110 0 100100 1010010 10011 100001 1000101 110000

Color Harmonies of #CE8326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8326

Black with #CE8326

Text Example


Text Example

White with #CE8326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8326; }

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

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

background-color css

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

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

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

border-color css

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

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

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