Html Css Color HEX #CC812D Dixie

📋 copy color: '#CC812D'

red 204 ◦ green 129 ◦ blue 45

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

Shades of Dixie #CC812D

Tints of Dixie #CC812D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.13%

 BLUE value IS 45 (17.97% from 255) = 11.9%

R = 53.97%
G = 34.13%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC812D (or 0xCC812D) is known color: Dixie. HEX triplet: CC, 81 and 2D. RGB value is (204,129,45). Sum of RGB (Red+Green+Blue) = 204+129+45=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC812D is #337ED2. Grayscale: #8E8E8E. Windows color (decimal): -3374803 or 2982348. OLE color: 2982348.

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

Color convert

RGB 204 129 45 -
CMYK 0 0.37 0.78 0.2
HSL 31.7º 0.64% 0.49% -
HSV(B) 31.7º 0.78% 0.8% -
XYZ 33.23 28.73 6.28 -
YUV 141.85 73.35 172.33 -
System Red Green Blue C M Y K H S L
Decimal 204 129 45 0 0.37 0.78 0.2 31.7 0.64 0.49
Hex CC 81 2D 0 25 4E 14 20 40 31
Octal 314 201 55 0 45 116 24 40 100 61
Binary 11001100 10000001 101101 0 100101 1001110 10100 100000 1000000 110001

Color Harmonies of #CC812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC812D

Black with #CC812D

Text Example


Text Example

White with #CC812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC812D; }

 p { color: rgb(204,129,45); }

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

background-color css

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

 a { background-color: rgb(204,129,45); }

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

border-color css

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

 span { border-color: rgb(204,129,45); }

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