Html Css Color HEX #CF8728 Dixie

📋 copy color: '#CF8728'

red 207 ◦ green 135 ◦ blue 40

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

Shades of Dixie #CF8728

Tints of Dixie #CF8728

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.34%

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

R = 54.19%
G = 35.34%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF8728 (or 0xCF8728) is known color: Dixie. HEX triplet: CF, 87 and 28. RGB value is (207,135,40). Sum of RGB (Red+Green+Blue) = 207+135+40=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8728 is #3078D7. Grayscale: #929292. Windows color (decimal): -3176664 or 2656207. OLE color: 2656207.

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

Color convert

RGB 207 135 40 -
CMYK 0 0.35 0.81 0.19
HSL 34.13º 0.68% 0.48% -
HSV(B) 34.13º 0.81% 0.81% -
XYZ 34.78 30.75 6.11 -
YUV 145.7 68.35 171.72 -
System Red Green Blue C M Y K H S L
Decimal 207 135 40 0 0.35 0.81 0.19 34.13 0.68 0.48
Hex CF 87 28 0 23 51 13 22 44 30
Octal 317 207 50 0 43 121 23 42 104 60
Binary 11001111 10000111 101000 0 100011 1010001 10011 100010 1000100 110000

Color Harmonies of #CF8728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8728

Black with #CF8728

Text Example


Text Example

White with #CF8728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8728; }

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

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

background-color css

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

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

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

border-color css

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

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

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