Html Css Color HEX #CF8330 Dixie

📋 copy color: '#CF8330'

red 207 ◦ green 131 ◦ blue 48

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

Shades of Dixie #CF8330

Tints of Dixie #CF8330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.94%

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

R = 53.63%
G = 33.94%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF8330 (or 0xCF8330) is known color: Dixie. HEX triplet: CF, 83 and 30. RGB value is (207,131,48). Sum of RGB (Red+Green+Blue) = 207+131+48=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8330 is #307CCF. Grayscale: #909090. Windows color (decimal): -3177680 or 3179471. OLE color: 3179471.

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

Color convert

RGB 207 131 48 -
CMYK 0 0.37 0.77 0.19
HSL 31.32º 0.62% 0.5% -
HSV(B) 31.32º 0.77% 0.81% -
XYZ 34.38 29.71 6.72 -
YUV 144.26 73.68 172.75 -
System Red Green Blue C M Y K H S L
Decimal 207 131 48 0 0.37 0.77 0.19 31.32 0.62 0.5
Hex CF 83 30 0 25 4D 13 1F 3E 32
Octal 317 203 60 0 45 115 23 37 76 62
Binary 11001111 10000011 110000 0 100101 1001101 10011 11111 111110 110010

Color Harmonies of #CF8330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8330

Black with #CF8330

Text Example


Text Example

White with #CF8330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8330; }

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

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

background-color css

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

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

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

border-color css

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

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

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