Html Css Color HEX #CF8228 Dixie

📋 copy color: '#CF8228'

red 207 ◦ green 130 ◦ blue 40

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

Shades of Dixie #CF8228

Tints of Dixie #CF8228

RGB

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

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

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

R = 54.91%
G = 34.48%
B = 10.61%

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

#CF8228 (or 0xCF8228) is known color: Dixie. HEX triplet: CF, 82 and 28. RGB value is (207,130,40). Sum of RGB (Red+Green+Blue) = 207+130+40=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8228 is #307DD7. Grayscale: #8F8F8F. Windows color (decimal): -3177944 or 2654927. OLE color: 2654927.

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

Color convert

RGB 207 130 40 -
CMYK 0 0.37 0.81 0.19
HSL 32.34º 0.68% 0.48% -
HSV(B) 32.34º 0.81% 0.81% -
XYZ 34.1 29.38 5.88 -
YUV 142.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 207 130 40 0 0.37 0.81 0.19 32.34 0.68 0.48
Hex CF 82 28 0 25 51 13 20 44 30
Octal 317 202 50 0 45 121 23 40 104 60
Binary 11001111 10000010 101000 0 100101 1010001 10011 100000 1000100 110000

Color Harmonies of #CF8228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8228

Black with #CF8228

Text Example


Text Example

White with #CF8228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8228; }

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

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

background-color css

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

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

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

border-color css

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

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

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