Html Css Color HEX #CF8630 Dixie

📋 copy color: '#CF8630'

red 207 ◦ green 134 ◦ blue 48

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

Shades of Dixie #CF8630

Tints of Dixie #CF8630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.34%

R = 53.21%
G = 34.45%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF8630 (or 0xCF8630) is known color: Dixie. HEX triplet: CF, 86 and 30. RGB value is (207,134,48). Sum of RGB (Red+Green+Blue) = 207+134+48=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8630 is #3079CF. Grayscale: #929292. Windows color (decimal): -3176912 or 3180239. OLE color: 3180239.

HSL color Cylindrical-coordinate representation of color #CF8630: hue angle of 32.45º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF8630 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 134 48 -
CMYK 0 0.35 0.77 0.19
HSL 32.45º 0.62% 0.5% -
HSV(B) 32.45º 0.77% 0.81% -
XYZ 34.79 30.53 6.86 -
YUV 146.02 72.68 171.49 -
System Red Green Blue C M Y K H S L
Decimal 207 134 48 0 0.35 0.77 0.19 32.45 0.62 0.5
Hex CF 86 30 0 23 4D 13 20 3E 32
Octal 317 206 60 0 43 115 23 40 76 62
Binary 11001111 10000110 110000 0 100011 1001101 10011 100000 111110 110010

Color Harmonies of #CF8630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8630

Black with #CF8630

Text Example


Text Example

White with #CF8630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8630; }

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

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

background-color css

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

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

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

border-color css

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

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

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