Html Css Color HEX #CF8727 Dixie

📋 copy color: '#CF8727'

red 207 ◦ green 135 ◦ blue 39

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

Shades of Dixie #CF8727

Tints of Dixie #CF8727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.24%

R = 54.33%
G = 35.43%
B = 10.24%

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

#CF8727 (or 0xCF8727) is known color: Dixie. HEX triplet: CF, 87 and 27. RGB value is (207,135,39). Sum of RGB (Red+Green+Blue) = 207+135+39=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8727 is #3078D8. Grayscale: #929292. Windows color (decimal): -3176665 or 2590671. OLE color: 2590671.

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

Color convert

RGB 207 135 39 -
CMYK 0 0.35 0.81 0.19
HSL 34.29º 0.68% 0.48% -
HSV(B) 34.29º 0.81% 0.81% -
XYZ 34.76 30.74 6.02 -
YUV 145.58 67.85 171.81 -
System Red Green Blue C M Y K H S L
Decimal 207 135 39 0 0.35 0.81 0.19 34.29 0.68 0.48
Hex CF 87 27 0 23 51 13 22 44 30
Octal 317 207 47 0 43 121 23 42 104 60
Binary 11001111 10000111 100111 0 100011 1010001 10011 100010 1000100 110000

Color Harmonies of #CF8727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8727

Black with #CF8727

Text Example


Text Example

White with #CF8727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8727; }

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

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

background-color css

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

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

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

border-color css

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

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

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