Html Css Color HEX #CF8829 Dixie

📋 copy color: '#CF8829'

red 207 ◦ green 136 ◦ blue 41

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

Shades of Dixie #CF8829

Tints of Dixie #CF8829

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.42%

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

R = 53.91%
G = 35.42%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF8829 (or 0xCF8829) is known color: Dixie. HEX triplet: CF, 88 and 29. RGB value is (207,136,41). Sum of RGB (Red+Green+Blue) = 207+136+41=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8829 is #3077D6. Grayscale: #929292. Windows color (decimal): -3176407 or 2721999. OLE color: 2721999.

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

Color convert

RGB 207 136 41 -
CMYK 0 0.34 0.80 0.19
HSL 34.34º 0.67% 0.49% -
HSV(B) 34.34º 0.8% 0.81% -
XYZ 34.94 31.03 6.25 -
YUV 146.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 207 136 41 0 0.34 0.80 0.19 34.34 0.67 0.49
Hex CF 88 29 0 22 50 13 22 43 31
Octal 317 210 51 0 42 120 23 42 103 61
Binary 11001111 10001000 101001 0 100010 1010000 10011 100010 1000011 110001

Color Harmonies of #CF8829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8829

Black with #CF8829

Text Example


Text Example

White with #CF8829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8829; }

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

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

background-color css

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

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

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

border-color css

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

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

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