Html Css Color HEX #CF8128 Dixie

📋 copy color: '#CF8128'

red 207 ◦ green 129 ◦ blue 40

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

Shades of Dixie #CF8128

Tints of Dixie #CF8128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

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

R = 55.05%
G = 34.31%
B = 10.64%

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

#CF8128 (or 0xCF8128) is known color: Dixie. HEX triplet: CF, 81 and 28. RGB value is (207,129,40). Sum of RGB (Red+Green+Blue) = 207+129+40=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8128 is #307ED7. Grayscale: #8E8E8E. Windows color (decimal): -3178200 or 2654671. OLE color: 2654671.

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

Color convert

RGB 207 129 40 -
CMYK 0 0.38 0.81 0.19
HSL 31.98º 0.68% 0.48% -
HSV(B) 31.98º 0.81% 0.81% -
XYZ 33.97 29.12 5.84 -
YUV 142.18 70.34 174.24 -
System Red Green Blue C M Y K H S L
Decimal 207 129 40 0 0.38 0.81 0.19 31.98 0.68 0.48
Hex CF 81 28 0 26 51 13 20 44 30
Octal 317 201 50 0 46 121 23 40 104 60
Binary 11001111 10000001 101000 0 100110 1010001 10011 100000 1000100 110000

Color Harmonies of #CF8128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8128

Black with #CF8128

Text Example


Text Example

White with #CF8128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8128; }

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

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

background-color css

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

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

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

border-color css

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

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

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