Html Css Color HEX #CF8A2F Dixie

📋 copy color: '#CF8A2F'

red 207 ◦ green 138 ◦ blue 47

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

Shades of Dixie #CF8A2F

Tints of Dixie #CF8A2F

RGB

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

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

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

R = 52.81%
G = 35.2%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF8A2F (or 0xCF8A2F) is known color: Dixie. HEX triplet: CF, 8A and 2F. RGB value is (207,138,47). Sum of RGB (Red+Green+Blue) = 207+138+47=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A2F is #3075D0. Grayscale: #949494. Windows color (decimal): -3175889 or 3115727. OLE color: 3115727.

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

Color convert

RGB 207 138 47 -
CMYK 0 0.33 0.77 0.19
HSL 34.13º 0.63% 0.5% -
HSV(B) 34.13º 0.77% 0.81% -
XYZ 35.33 31.65 6.94 -
YUV 148.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 207 138 47 0 0.33 0.77 0.19 34.13 0.63 0.5
Hex CF 8A 2F 0 21 4D 13 22 3F 32
Octal 317 212 57 0 41 115 23 42 77 62
Binary 11001111 10001010 101111 0 100001 1001101 10011 100010 111111 110010

Color Harmonies of #CF8A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A2F

Black with #CF8A2F

Text Example


Text Example

White with #CF8A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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