Html Css Color HEX #CE8127 Dixie

📋 copy color: '#CE8127'

red 206 ◦ green 129 ◦ blue 39

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

Shades of Dixie #CE8127

Tints of Dixie #CE8127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.43%

R = 55.08%
G = 34.49%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE8127 (or 0xCE8127) is known color: Dixie. HEX triplet: CE, 81 and 27. RGB value is (206,129,39). Sum of RGB (Red+Green+Blue) = 206+129+39=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8127 is #317ED8. Grayscale: #8E8E8E. Windows color (decimal): -3243737 or 2589134. OLE color: 2589134.

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

Color convert

RGB 206 129 39 -
CMYK 0 0.37 0.81 0.19
HSL 32.34º 0.68% 0.48% -
HSV(B) 32.34º 0.81% 0.81% -
XYZ 33.67 28.97 5.74 -
YUV 141.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 206 129 39 0 0.37 0.81 0.19 32.34 0.68 0.48
Hex CE 81 27 0 25 51 13 20 44 30
Octal 316 201 47 0 45 121 23 40 104 60
Binary 11001110 10000001 100111 0 100101 1010001 10011 100000 1000100 110000

Color Harmonies of #CE8127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8127

Black with #CE8127

Text Example


Text Example

White with #CE8127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8127; }

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

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

background-color css

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

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

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

border-color css

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

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

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