Html Css Color HEX #CC8730 Dixie

📋 copy color: '#CC8730'

red 204 ◦ green 135 ◦ blue 48

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

Shades of Dixie #CC8730

Tints of Dixie #CC8730

RGB

 RED value IS 204 (80.08% from 255) = 52.71%

 GREEN value IS 135 (53.13% from 255) = 34.88%

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

R = 52.71%
G = 34.88%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC8730 (or 0xCC8730) is known color: Dixie. HEX triplet: CC, 87 and 30. RGB value is (204,135,48). Sum of RGB (Red+Green+Blue) = 204+135+48=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8730 is #3378CF. Grayscale: #929292. Windows color (decimal): -3373264 or 3180492. OLE color: 3180492.

HSL color Cylindrical-coordinate representation of color #CC8730: hue angle of 33.46º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC8730 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 135 48 -
CMYK 0 0.34 0.76 0.2
HSL 33.46º 0.62% 0.49% -
HSV(B) 33.46º 0.76% 0.8% -
XYZ 34.1 30.38 6.86 -
YUV 145.71 72.86 169.57 -
System Red Green Blue C M Y K H S L
Decimal 204 135 48 0 0.34 0.76 0.2 33.46 0.62 0.49
Hex CC 87 30 0 22 4C 14 21 3E 31
Octal 314 207 60 0 42 114 24 41 76 61
Binary 11001100 10000111 110000 0 100010 1001100 10100 100001 111110 110001

Color Harmonies of #CC8730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8730

Black with #CC8730

Text Example


Text Example

White with #CC8730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8730; }

 p { color: rgb(204,135,48); }

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

background-color css

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

 a { background-color: rgb(204,135,48); }

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

border-color css

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

 span { border-color: rgb(204,135,48); }

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