Html Css Color HEX #CF842D Dixie

📋 copy color: '#CF842D'

red 207 ◦ green 132 ◦ blue 45

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

Shades of Dixie #CF842D

Tints of Dixie #CF842D

RGB

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

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

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

R = 53.91%
G = 34.38%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF842D (or 0xCF842D) is known color: Dixie. HEX triplet: CF, 84 and 2D. RGB value is (207,132,45). Sum of RGB (Red+Green+Blue) = 207+132+45=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF842D is #307BD2. Grayscale: #909090. Windows color (decimal): -3177427 or 2983119. OLE color: 2983119.

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

Color convert

RGB 207 132 45 -
CMYK 0 0.36 0.78 0.19
HSL 32.22º 0.64% 0.49% -
HSV(B) 32.22º 0.78% 0.81% -
XYZ 34.46 29.96 6.45 -
YUV 144.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 207 132 45 0 0.36 0.78 0.19 32.22 0.64 0.49
Hex CF 84 2D 0 24 4E 13 20 40 31
Octal 317 204 55 0 44 116 23 40 100 61
Binary 11001111 10000100 101101 0 100100 1001110 10011 100000 1000000 110001

Color Harmonies of #CF842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF842D

Black with #CF842D

Text Example


Text Example

White with #CF842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF842D; }

 p { color: rgb(207,132,45); }

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

background-color css

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

 a { background-color: rgb(207,132,45); }

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

border-color css

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

 span { border-color: rgb(207,132,45); }

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