Html Css Color HEX #CC842F Dixie

📋 copy color: '#CC842F'

red 204 ◦ green 132 ◦ blue 47

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

Shades of Dixie #CC842F

Tints of Dixie #CC842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.46%

 BLUE value IS 47 (18.75% from 255) = 12.27%

R = 53.26%
G = 34.46%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC842F (or 0xCC842F) is known color: Dixie. HEX triplet: CC, 84 and 2F. RGB value is (204,132,47). Sum of RGB (Red+Green+Blue) = 204+132+47=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC842F is #337BD0. Grayscale: #909090. Windows color (decimal): -3374033 or 3114188. OLE color: 3114188.

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

Color convert

RGB 204 132 47 -
CMYK 0 0.35 0.77 0.2
HSL 32.48º 0.63% 0.49% -
HSV(B) 32.48º 0.77% 0.8% -
XYZ 33.67 29.55 6.62 -
YUV 143.84 73.35 170.91 -
System Red Green Blue C M Y K H S L
Decimal 204 132 47 0 0.35 0.77 0.2 32.48 0.63 0.49
Hex CC 84 2F 0 23 4D 14 20 3F 31
Octal 314 204 57 0 43 115 24 40 77 61
Binary 11001100 10000100 101111 0 100011 1001101 10100 100000 111111 110001

Color Harmonies of #CC842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC842F

Black with #CC842F

Text Example


Text Example

White with #CC842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC842F; }

 p { color: rgb(204,132,47); }

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

background-color css

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

 a { background-color: rgb(204,132,47); }

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

border-color css

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

 span { border-color: rgb(204,132,47); }

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