Html Css Color HEX #CF8A2C Dixie

📋 copy color: '#CF8A2C'

red 207 ◦ green 138 ◦ blue 44

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

Shades of Dixie #CF8A2C

Tints of Dixie #CF8A2C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.48%

 BLUE value IS 44 (17.58% from 255) = 11.31%

R = 53.21%
G = 35.48%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF8A2C (or 0xCF8A2C) is known color: Dixie. HEX triplet: CF, 8A and 2C. RGB value is (207,138,44). Sum of RGB (Red+Green+Blue) = 207+138+44=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A2C is #3075D3. Grayscale: #949494. Windows color (decimal): -3175892 or 2919119. OLE color: 2919119.

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

Color convert

RGB 207 138 44 -
CMYK 0 0.33 0.79 0.19
HSL 34.6º 0.65% 0.49% -
HSV(B) 34.6º 0.79% 0.81% -
XYZ 35.28 31.62 6.63 -
YUV 147.92 69.36 170.14 -
System Red Green Blue C M Y K H S L
Decimal 207 138 44 0 0.33 0.79 0.19 34.6 0.65 0.49
Hex CF 8A 2C 0 21 4F 13 23 41 31
Octal 317 212 54 0 41 117 23 43 101 61
Binary 11001111 10001010 101100 0 100001 1001111 10011 100011 1000001 110001

Color Harmonies of #CF8A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A2C

Black with #CF8A2C

Text Example


Text Example

White with #CF8A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A2C; }

 p { color: rgb(207,138,44); }

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

background-color css

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

 a { background-color: rgb(207,138,44); }

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

border-color css

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

 span { border-color: rgb(207,138,44); }

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