Html Css Color HEX #CF8226 Dixie

📋 copy color: '#CF8226'

red 207 ◦ green 130 ◦ blue 38

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

Shades of Dixie #CF8226

Tints of Dixie #CF8226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.13%

R = 55.2%
G = 34.67%
B = 10.13%

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

#CF8226 (or 0xCF8226) is known color: Dixie. HEX triplet: CF, 82 and 26. RGB value is (207,130,38). Sum of RGB (Red+Green+Blue) = 207+130+38=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8226 is #307DD9. Grayscale: #8E8E8E. Windows color (decimal): -3177946 or 2523855. OLE color: 2523855.

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

Color convert

RGB 207 130 38 -
CMYK 0 0.37 0.82 0.19
HSL 32.66º 0.69% 0.48% -
HSV(B) 32.66º 0.82% 0.81% -
XYZ 34.06 29.37 5.71 -
YUV 142.54 69.01 173.98 -
System Red Green Blue C M Y K H S L
Decimal 207 130 38 0 0.37 0.82 0.19 32.66 0.69 0.48
Hex CF 82 26 0 25 52 13 21 45 30
Octal 317 202 46 0 45 122 23 41 105 60
Binary 11001111 10000010 100110 0 100101 1010010 10011 100001 1000101 110000

Color Harmonies of #CF8226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8226

Black with #CF8226

Text Example


Text Example

White with #CF8226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8226; }

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

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

background-color css

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

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

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

border-color css

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

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

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