Html Css Color HEX #CF8830 Dixie

📋 copy color: '#CF8830'

red 207 ◦ green 136 ◦ blue 48

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

Shades of Dixie #CF8830

Tints of Dixie #CF8830

RGB

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

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

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

R = 52.94%
G = 34.78%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF8830 (or 0xCF8830) is known color: Dixie. HEX triplet: CF, 88 and 30. RGB value is (207,136,48). Sum of RGB (Red+Green+Blue) = 207+136+48=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8830 is #3077CF. Grayscale: #939393. Windows color (decimal): -3176400 or 3180751. OLE color: 3180751.

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

Color convert

RGB 207 136 48 -
CMYK 0 0.34 0.77 0.19
HSL 33.21º 0.62% 0.5% -
HSV(B) 33.21º 0.77% 0.81% -
XYZ 35.07 31.09 6.95 -
YUV 147.2 72.02 170.66 -
System Red Green Blue C M Y K H S L
Decimal 207 136 48 0 0.34 0.77 0.19 33.21 0.62 0.5
Hex CF 88 30 0 22 4D 13 21 3E 32
Octal 317 210 60 0 42 115 23 41 76 62
Binary 11001111 10001000 110000 0 100010 1001101 10011 100001 111110 110010

Color Harmonies of #CF8830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8830

Black with #CF8830

Text Example


Text Example

White with #CF8830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8830; }

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

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

background-color css

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

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

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

border-color css

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

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

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