Html Css Color HEX #CF8729 Dixie

📋 copy color: '#CF8729'

red 207 ◦ green 135 ◦ blue 41

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

Shades of Dixie #CF8729

Tints of Dixie #CF8729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.7%

R = 54.05%
G = 35.25%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF8729 (or 0xCF8729) is known color: Dixie. HEX triplet: CF, 87 and 29. RGB value is (207,135,41). Sum of RGB (Red+Green+Blue) = 207+135+41=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8729 is #3078D6. Grayscale: #929292. Windows color (decimal): -3176663 or 2721743. OLE color: 2721743.

HSL color Cylindrical-coordinate representation of color #CF8729: hue angle of 33.98º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF8729 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 135 41 -
CMYK 0 0.35 0.80 0.19
HSL 33.98º 0.67% 0.49% -
HSV(B) 33.98º 0.8% 0.81% -
XYZ 34.8 30.75 6.2 -
YUV 145.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 207 135 41 0 0.35 0.80 0.19 33.98 0.67 0.49
Hex CF 87 29 0 23 50 13 22 43 31
Octal 317 207 51 0 43 120 23 42 103 61
Binary 11001111 10000111 101001 0 100011 1010000 10011 100010 1000011 110001

Color Harmonies of #CF8729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8729

Black with #CF8729

Text Example


Text Example

White with #CF8729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8729; }

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

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

background-color css

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

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

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

border-color css

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

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

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