Html Css Color HEX #CF8028 Dixie

📋 copy color: '#CF8028'

red 207 ◦ green 128 ◦ blue 40

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

Shades of Dixie #CF8028

Tints of Dixie #CF8028

RGB

 RED value IS 207 (81.25% from 255) = 55.2%

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

 BLUE value IS 40 (16.02% from 255) = 10.67%

R = 55.2%
G = 34.13%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF8028 (or 0xCF8028) is known color: Dixie. HEX triplet: CF, 80 and 28. RGB value is (207,128,40). Sum of RGB (Red+Green+Blue) = 207+128+40=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8028 is #307FD7. Grayscale: #8E8E8E. Windows color (decimal): -3178456 or 2654415. OLE color: 2654415.

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

Color convert

RGB 207 128 40 -
CMYK 0 0.38 0.81 0.19
HSL 31.62º 0.68% 0.48% -
HSV(B) 31.62º 0.81% 0.81% -
XYZ 33.83 28.86 5.79 -
YUV 141.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 207 128 40 0 0.38 0.81 0.19 31.62 0.68 0.48
Hex CF 80 28 0 26 51 13 20 44 30
Octal 317 200 50 0 46 121 23 40 104 60
Binary 11001111 10000000 101000 0 100110 1010001 10011 100000 1000100 110000

Color Harmonies of #CF8028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8028

Black with #CF8028

Text Example


Text Example

White with #CF8028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8028; }

 p { color: rgb(207,128,40); }

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

background-color css

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

 a { background-color: rgb(207,128,40); }

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

border-color css

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

 span { border-color: rgb(207,128,40); }

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