Html Css Color HEX #CE8427 Dixie

📋 copy color: '#CE8427'

red 206 ◦ green 132 ◦ blue 39

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

Shades of Dixie #CE8427

Tints of Dixie #CE8427

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

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

R = 54.64%
G = 35.01%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE8427 (or 0xCE8427) is known color: Dixie. HEX triplet: CE, 84 and 27. RGB value is (206,132,39). Sum of RGB (Red+Green+Blue) = 206+132+39=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8427 is #317BD8. Grayscale: #8F8F8F. Windows color (decimal): -3242969 or 2589902. OLE color: 2589902.

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

Color convert

RGB 206 132 39 -
CMYK 0 0.36 0.81 0.19
HSL 33.41º 0.68% 0.48% -
HSV(B) 33.41º 0.81% 0.81% -
XYZ 34.07 29.77 5.87 -
YUV 143.52 69.02 172.56 -
System Red Green Blue C M Y K H S L
Decimal 206 132 39 0 0.36 0.81 0.19 33.41 0.68 0.48
Hex CE 84 27 0 24 51 13 21 44 30
Octal 316 204 47 0 44 121 23 41 104 60
Binary 11001110 10000100 100111 0 100100 1010001 10011 100001 1000100 110000

Color Harmonies of #CE8427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8427

Black with #CE8427

Text Example


Text Example

White with #CE8427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8427; }

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

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

background-color css

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

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

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

border-color css

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

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

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