Html Css Color HEX #CE8225 Dixie

📋 copy color: '#CE8225'

red 206 ◦ green 130 ◦ blue 37

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

Shades of Dixie #CE8225

Tints of Dixie #CE8225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.85%

 BLUE value IS 37 (14.84% from 255) = 9.92%

R = 55.23%
G = 34.85%
B = 9.92%

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

#CE8225 (or 0xCE8225) is known color: Dixie. HEX triplet: CE, 82 and 25. RGB value is (206,130,37). Sum of RGB (Red+Green+Blue) = 206+130+37=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8225 is #317DDA. Grayscale: #8E8E8E. Windows color (decimal): -3243483 or 2458318. OLE color: 2458318.

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

Color convert

RGB 206 130 37 -
CMYK 0 0.37 0.82 0.19
HSL 33.02º 0.7% 0.48% -
HSV(B) 33.02º 0.82% 0.81% -
XYZ 33.77 29.22 5.61 -
YUV 142.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 206 130 37 0 0.37 0.82 0.19 33.02 0.7 0.48
Hex CE 82 25 0 25 52 13 21 46 30
Octal 316 202 45 0 45 122 23 41 106 60
Binary 11001110 10000010 100101 0 100101 1010010 10011 100001 1000110 110000

Color Harmonies of #CE8225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8225

Black with #CE8225

Text Example


Text Example

White with #CE8225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8225; }

 p { color: rgb(206,130,37); }

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

background-color css

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

 a { background-color: rgb(206,130,37); }

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

border-color css

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

 span { border-color: rgb(206,130,37); }

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