Html Css Color HEX #CE802B Dixie

📋 copy color: '#CE802B'

red 206 ◦ green 128 ◦ blue 43

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

Shades of Dixie #CE802B

Tints of Dixie #CE802B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

 BLUE value IS 43 (17.19% from 255) = 11.41%

R = 54.64%
G = 33.95%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE802B (or 0xCE802B) is known color: Dixie. HEX triplet: CE, 80 and 2B. RGB value is (206,128,43). Sum of RGB (Red+Green+Blue) = 206+128+43=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE802B is #317FD4. Grayscale: #8E8E8E. Windows color (decimal): -3243989 or 2851022. OLE color: 2851022.

HSL color Cylindrical-coordinate representation of color #CE802B: hue angle of 31.29º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE802B is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 128 43 -
CMYK 0 0.38 0.79 0.19
HSL 31.29º 0.65% 0.49% -
HSV(B) 31.29º 0.79% 0.81% -
XYZ 33.61 28.73 6.06 -
YUV 141.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 206 128 43 0 0.38 0.79 0.19 31.29 0.65 0.49
Hex CE 80 2B 0 26 4F 13 1F 41 31
Octal 316 200 53 0 46 117 23 37 101 61
Binary 11001110 10000000 101011 0 100110 1001111 10011 11111 1000001 110001

Color Harmonies of #CE802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE802B

Black with #CE802B

Text Example


Text Example

White with #CE802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE802B; }

 p { color: rgb(206,128,43); }

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

background-color css

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

 a { background-color: rgb(206,128,43); }

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

border-color css

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

 span { border-color: rgb(206,128,43); }

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