Html Css Color HEX #CF8629 Dixie

📋 copy color: '#CF8629'

red 207 ◦ green 134 ◦ blue 41

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

Shades of Dixie #CF8629

Tints of Dixie #CF8629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.08%

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

R = 54.19%
G = 35.08%
B = 10.73%

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

#CF8629 (or 0xCF8629) is known color: Dixie. HEX triplet: CF, 86 and 29. RGB value is (207,134,41). Sum of RGB (Red+Green+Blue) = 207+134+41=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8629 is #3079D6. Grayscale: #919191. Windows color (decimal): -3176919 or 2721487. OLE color: 2721487.

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

Color convert

RGB 207 134 41 -
CMYK 0 0.35 0.80 0.19
HSL 33.61º 0.67% 0.49% -
HSV(B) 33.61º 0.8% 0.81% -
XYZ 34.66 30.48 6.15 -
YUV 145.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 207 134 41 0 0.35 0.80 0.19 33.61 0.67 0.49
Hex CF 86 29 0 23 50 13 22 43 31
Octal 317 206 51 0 43 120 23 42 103 61
Binary 11001111 10000110 101001 0 100011 1010000 10011 100010 1000011 110001

Color Harmonies of #CF8629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8629

Black with #CF8629

Text Example


Text Example

White with #CF8629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8629; }

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

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

background-color css

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

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

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

border-color css

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

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

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