Html Css Color HEX #CE8126 Dixie

📋 copy color: '#CE8126'

red 206 ◦ green 129 ◦ blue 38

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

Shades of Dixie #CE8126

Tints of Dixie #CE8126

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.58%

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

R = 55.23%
G = 34.58%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE8126 (or 0xCE8126) is known color: Dixie. HEX triplet: CE, 81 and 26. RGB value is (206,129,38). Sum of RGB (Red+Green+Blue) = 206+129+38=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8126 is #317ED9. Grayscale: #8E8E8E. Windows color (decimal): -3243738 or 2523598. OLE color: 2523598.

HSL color Cylindrical-coordinate representation of color #CE8126: hue angle of 32.5º 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 #CE8126 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 129 38 -
CMYK 0 0.37 0.82 0.19
HSL 32.5º 0.69% 0.48% -
HSV(B) 32.5º 0.82% 0.81% -
XYZ 33.65 28.96 5.65 -
YUV 141.65 69.51 173.9 -
System Red Green Blue C M Y K H S L
Decimal 206 129 38 0 0.37 0.82 0.19 32.5 0.69 0.48
Hex CE 81 26 0 25 52 13 20 45 30
Octal 316 201 46 0 45 122 23 40 105 60
Binary 11001110 10000001 100110 0 100101 1010010 10011 100000 1000101 110000

Color Harmonies of #CE8126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8126

Black with #CE8126

Text Example


Text Example

White with #CE8126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8126; }

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

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

background-color css

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

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

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

border-color css

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

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

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