Html Css Color HEX #CF8927 Dixie

📋 copy color: '#CF8927'

red 207 ◦ green 137 ◦ blue 39

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

Shades of Dixie #CF8927

Tints of Dixie #CF8927

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.77%

 BLUE value IS 39 (15.63% from 255) = 10.18%

R = 54.05%
G = 35.77%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF8927 (or 0xCF8927) is known color: Dixie. HEX triplet: CF, 89 and 27. RGB value is (207,137,39). Sum of RGB (Red+Green+Blue) = 207+137+39=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8927 is #3076D8. Grayscale: #939393. Windows color (decimal): -3176153 or 2591183. OLE color: 2591183.

HSL color Cylindrical-coordinate representation of color #CF8927: hue angle of 35º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF8927 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 137 39 -
CMYK 0 0.34 0.81 0.19
HSL 35º 0.68% 0.48% -
HSV(B) 35º 0.81% 0.81% -
XYZ 35.04 31.3 6.11 -
YUV 146.76 67.19 170.97 -
System Red Green Blue C M Y K H S L
Decimal 207 137 39 0 0.34 0.81 0.19 35 0.68 0.48
Hex CF 89 27 0 22 51 13 23 44 30
Octal 317 211 47 0 42 121 23 43 104 60
Binary 11001111 10001001 100111 0 100010 1010001 10011 100011 1000100 110000

Color Harmonies of #CF8927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8927

Black with #CF8927

Text Example


Text Example

White with #CF8927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8927; }

 p { color: rgb(207,137,39); }

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

background-color css

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

 a { background-color: rgb(207,137,39); }

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

border-color css

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

 span { border-color: rgb(207,137,39); }

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