Html Css Color HEX #CF8928 Dixie

📋 copy color: '#CF8928'

red 207 ◦ green 137 ◦ blue 40

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

Shades of Dixie #CF8928

Tints of Dixie #CF8928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.42%

R = 53.91%
G = 35.68%
B = 10.42%

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

#CF8928 (or 0xCF8928) is known color: Dixie. HEX triplet: CF, 89 and 28. RGB value is (207,137,40). Sum of RGB (Red+Green+Blue) = 207+137+40=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8928 is #3076D7. Grayscale: #939393. Windows color (decimal): -3176152 or 2656719. OLE color: 2656719.

HSL color Cylindrical-coordinate representation of color #CF8928: hue angle of 34.85º 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 #CF8928 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 137 40 -
CMYK 0 0.34 0.81 0.19
HSL 34.85º 0.68% 0.48% -
HSV(B) 34.85º 0.81% 0.81% -
XYZ 35.06 31.31 6.2 -
YUV 146.87 67.69 170.89 -
System Red Green Blue C M Y K H S L
Decimal 207 137 40 0 0.34 0.81 0.19 34.85 0.68 0.48
Hex CF 89 28 0 22 51 13 23 44 30
Octal 317 211 50 0 42 121 23 43 104 60
Binary 11001111 10001001 101000 0 100010 1010001 10011 100011 1000100 110000

Color Harmonies of #CF8928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8928

Black with #CF8928

Text Example


Text Example

White with #CF8928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8928; }

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

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

background-color css

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

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

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

border-color css

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

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

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